oleview: Fix the placement of a '\n'.

Francois Gouget fgouget at free.fr
Thu Oct 5 04:06:12 CDT 2006


---
 programs/oleview/typelib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c
index 35e5fc1..e91a613 100644
--- a/programs/oleview/typelib.c
+++ b/programs/oleview/typelib.c
@@ -1134,7 +1134,7 @@ int PopulateTree(void)
                 break;
             default:
                 lstrcpyW(wszText, bstrName);
-                WINE_FIXME("pTypeAttr->typekind ==  %d\n not supported",
+                WINE_FIXME("pTypeAttr->typekind == %d not supported\n",
                         pTypeAttr->typekind);
         }
 
-- 
1.4.1.1




More information about the wine-patches mailing list