From 33546e08699f24648f49a6e22c7b1eb5da3e4dcd Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 5 Oct 2006 11:06:12 +0200 Subject: [PATCH] oleview: Fix the placement of a '\n'. --- programs/oleview/typelib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/oleview/typelib.c b/programs/oleview/typelib.c index 35e5fc11f09..e91a613afb4 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); }