Commit 33546e08 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 3adb46f0
......@@ -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);
}
......
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