Cosmetics.

This commit is contained in:
Juergen Schmied 1998-10-11 15:44:50 +00:00 committed by Alexandre Julliard
parent 85c33fdc2c
commit c289be71e5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ HRSRC32 WINAPI FindResourceEx32W( HMODULE32 hModule, LPCWSTR type,
case MODULE32_PE:
ret = PE_FindResourceEx32W(wm,name,type,lang);
if ( ret==0 )
ERR(resource,"(0x%08x(%s),%s not found!\n",hModule,wm->modname,debugres_w (name));
ERR(resource,"0x%08x(%s) %s(%s) not found!\n", hModule,wm->modname, debugres_w (name), debugres_w (type));
return ret;
default:
ERR(module,"unknown module type %d\n",wm->type);