msxml3: Add a trailing '\n' to a FIXME() calls.

This commit is contained in:
Francois Gouget 2010-11-02 11:43:39 +01:00 committed by Alexandre Julliard
parent 9ca197261d
commit a034694ccd
1 changed files with 1 additions and 1 deletions

View File

@ -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); }
%%