Commit 919a8109 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Fixed typo in SizeofResource().

parent 942d8a69
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment