From f3871ddf33d016499a7dac7613e9acbc0ca47eb2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 15 Apr 2009 16:28:30 +0000 Subject: A bunch of c89. Lose trailing commas. GCC 2.95 compatibility. svn path=/trunk/libcss/; revision=7099 --- src/lex/lex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lex') 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; /** -- cgit v1.2.3