summaryrefslogtreecommitdiff
path: root/src/input/filter.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 15:50:06 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 15:50:06 +0000
commit82c9ccd349f10a551ff6df098e9a136982de6e2b (patch)
treeaf91e734083c687e5d24db46d144b9c1ae2ddc27 /src/input/filter.h
parenta8c732492a0a3e2bc576d945b9d6a964a082b96e (diff)
downloadlibparserutils-82c9ccd349f10a551ff6df098e9a136982de6e2b.tar.gz
libparserutils-82c9ccd349f10a551ff6df098e9a136982de6e2b.tar.bz2
Lose a bunch of trailing commas.
GCC 2.95 compatibility. svn path=/trunk/libparserutils/; revision=7094
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;
/**