Fixed typo in SizeofResource().

This commit is contained in:
Ulrich Weigand 1999-03-22 17:47:13 +00:00 committed by Alexandre Julliard
parent 942d8a69bd
commit 919a8109aa

View file

@ -259,7 +259,7 @@ static DWORD RES_SizeofResource( HMODULE hModule, HRSRC hRsrc, BOOL bRet16 )
/* If we got a 32-bit hRsrc, we don't need to convert it */
size = NE_AccessResource( pModule, hRsrc );
size = NE_SizeofResource( pModule, hRsrc );
}
return size;