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

Alexandre Julliard julliard at winehq.org
Tue Nov 2 11:10:59 CDT 2010


Module: wine
Branch: master
Commit: a034694ccd3a0e66aa0e92579ea2372235eed570
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a034694ccd3a0e66aa0e92579ea2372235eed570

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov  2 11:43:39 2010 +0100

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

---

 dlls/msxml3/xslpattern.l |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msxml3/xslpattern.l b/dlls/msxml3/xslpattern.l
index a4b8aa9..ae06c7a 100644
--- a/dlls/msxml3/xslpattern.l
+++ b/dlls/msxml3/xslpattern.l
@@ -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); }
 
 %%
 




More information about the wine-cvs mailing list