aboutsummaryrefslogtreecommitdiffstats
path: root/camel/gstring-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/gstring-util.h')
-rw-r--r--camel/gstring-util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/gstring-util.h b/camel/gstring-util.h
index 1afdf97cb7..6773537b20 100644
--- a/camel/gstring-util.h
+++ b/camel/gstring-util.h
@@ -38,14 +38,14 @@ typedef enum {
GSTRING_DICHOTOMY_NONE = 0,
GSTRING_DICHOTOMY_RIGHT_DIR = 1,
GSTRING_DICHOTOMY_STRIP_TRAILING = 2,
- GSTRING_DICHOTOMY_STRIP_LEADING = 4,
+ GSTRING_DICHOTOMY_STRIP_LEADING = 4
} GStringDichotomyOption;
typedef enum {
GSTRING_TRIM_NONE = 0,
GSTRING_TRIM_STRIP_TRAILING = 1,
- GSTRING_TRIM_STRIP_LEADING = 2,
+ GSTRING_TRIM_STRIP_LEADING = 2
} GStringTrimOption;