oleview: Fix the placement of a '\n'.
This commit is contained in:
parent
3adb46f050
commit
33546e0869
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue