summaryrefslogtreecommitdiff
path: root/src/input/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/filter.h')
-rw-r--r--src/input/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/filter.h b/src/input/filter.h
index 0d72b92..c9f2053 100644
--- a/src/input/filter.h
+++ b/src/input/filter.h
@@ -19,7 +19,7 @@ typedef struct parserutils_filter parserutils_filter;
* Input filter option types
*/
typedef enum parserutils_filter_opttype {
- PARSERUTILS_FILTER_SET_ENCODING = 0,
+ PARSERUTILS_FILTER_SET_ENCODING = 0
} parserutils_filter_opttype;
/**