Minor fixes.

This commit is contained in:
Stefano Sanfilippo 2014-11-23 22:19:10 +01:00
parent 0de580d0e9
commit acce9c0c78
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ CHAR [a-zA-Z_]
} }
. { . {
yyerror("Unexpected token\n"); yyerror("Unexpected token");
return -1; return -1;
}; };