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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 5 13:06:11 CDT 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Oct  5 11:06:12 2006 +0200

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

---

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




More information about the wine-cvs mailing list