summaryrefslogtreecommitdiff
path: root/src/lex
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 16:28:30 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-15 16:28:30 +0000
commitf3871ddf33d016499a7dac7613e9acbc0ca47eb2 (patch)
treebc51de5369e2b7d61d9c97903b8c6fa5c2e3a081 /src/lex
parent7ab2ca6642902f0e3ca095420eaf6a97e5b639ed (diff)
downloadlibcss-f3871ddf33d016499a7dac7613e9acbc0ca47eb2.tar.gz
libcss-f3871ddf33d016499a7dac7613e9acbc0ca47eb2.tar.bz2
A bunch of c89.
Lose trailing commas. GCC 2.95 compatibility. svn path=/trunk/libcss/; revision=7099
Diffstat (limited to 'src/lex')
-rw-r--r--src/lex/lex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lex/lex.h b/src/lex/lex.h
index 6d0249e..d0fc787 100644
--- a/src/lex/lex.h
+++ b/src/lex/lex.h
@@ -22,7 +22,7 @@ typedef struct css_lexer css_lexer;
* Lexer option types
*/
typedef enum css_lexer_opttype {
- CSS_LEXER_EMIT_COMMENTS,
+ CSS_LEXER_EMIT_COMMENTS
} css_lexer_opttype;
/**