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