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

oldstable
Francois Gouget 2006-10-05 11:06:12 +02:00 committed by Alexandre Julliard
parent 3adb46f050
commit 33546e0869
1 changed files with 1 additions and 1 deletions

View File

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