Commit a034694c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 9ca19726
......@@ -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); }
%%
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment