[SHELL32]

don't print the function name twice in ERR (merge from wine)

svn path=/trunk/; revision=45475
This commit is contained in:
Christoph von Wittich 2010-02-07 00:06:04 +00:00
parent 534f9adf45
commit bd9978270a

View file

@ -460,7 +460,7 @@ BOOL HCR_GetFolderAttributes(LPCITEMIDLIST pidlFolder, LPDWORD pdwAttributes)
TRACE("(pidlFolder=%p, pdwAttributes=%p)\n", pidlFolder, pdwAttributes);
if (!_ILIsPidlSimple(pidlFolder)) {
ERR("HCR_GetFolderAttributes should be called for simple PIDL's only!\n");
ERR("should be called for simple PIDL's only!\n");
return FALSE;
}