summaryrefslogtreecommitdiff
path: root/src/webidl-parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/webidl-parser.y')
-rw-r--r--src/webidl-parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webidl-parser.y b/src/webidl-parser.y
index 2fe549b..3cf1b6c 100644
--- a/src/webidl-parser.y
+++ b/src/webidl-parser.y
@@ -388,7 +388,7 @@ DictionaryMembers:
/* [13] */
DictionaryMember:
- Type TOK_IDENTIFIER Default ";"
+ Type TOK_IDENTIFIER Default ';'
;
/* [14] */