summaryrefslogtreecommitdiff
path: root/src/lex/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex/lex.h')
-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;
/**