summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index 3a460e6..c590858 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -31,7 +31,7 @@ typedef enum css_parser_event {
CSS_PARSER_START_BLOCK,
CSS_PARSER_END_BLOCK,
CSS_PARSER_BLOCK_CONTENT,
- CSS_PARSER_DECLARATION,
+ CSS_PARSER_DECLARATION
} css_parser_event;
typedef css_error (*css_parser_event_handler)(css_parser_event type,
@@ -42,7 +42,7 @@ typedef css_error (*css_parser_event_handler)(css_parser_event type,
*/
typedef enum css_parser_opttype {
CSS_PARSER_QUIRKS,
- CSS_PARSER_EVENT_HANDLER,
+ CSS_PARSER_EVENT_HANDLER
} css_parser_opttype;
/**