msxml3: Add a trailing '\n' to a FIXME() calls.
This commit is contained in:
parent
9ca197261d
commit
a034694ccd
|
@ -147,7 +147,7 @@ ANY (.)
|
||||||
"!" { SYM('!'); }
|
"!" { SYM('!'); }
|
||||||
{NCName} { STR(TOK_NCName); }
|
{NCName} { STR(TOK_NCName); }
|
||||||
{Number} { STR(TOK_Number); }
|
{Number} { STR(TOK_Number); }
|
||||||
{ANY} { FIXME("Unexpected character '%s'.",yytext); }
|
{ANY} { FIXME("Unexpected character '%s'.\n",yytext); }
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue