Commit 559112d4 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

version: Fixed comments.

parent cd360cc0
......@@ -169,7 +169,7 @@ static int read_xx_header( HFILE lzfd )
}
/***********************************************************************
* load_ne_resource [internal]
* find_ne_resource [internal]
*/
static BOOL find_ne_resource( HFILE lzfd, LPCSTR typeid, LPCSTR resid,
DWORD *resLen, DWORD *resOff )
......@@ -268,7 +268,7 @@ static BOOL find_ne_resource( HFILE lzfd, LPCSTR typeid, LPCSTR resid,
}
/***********************************************************************
* load_pe_resource [internal]
* find_pe_resource [internal]
*/
static BOOL find_pe_resource( HFILE lzfd, LPCSTR typeid, LPCSTR resid,
DWORD *resLen, DWORD *resOff )
......
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