Skip to content

Commit 15f4416

Browse files
committed
Merge pull request #10 from ijprest/master
Fix hang on empty file.
2 parents a4adfd2 + 52e0b99 commit 15f4416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cssparser.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ general_list
102102
$$ = $1;
103103
$$.push( $2 );
104104
%}
105-
| - > null
105+
| -> null
106106
;
107107
general_item
108108
: ruleset -> $1

0 commit comments

Comments
 (0)