Huw Davies : version: Fixed comments.

Alexandre Julliard julliard at winehq.org
Wed Nov 26 07:32:22 CST 2008


Module: wine
Branch: master
Commit: 559112d472b977fafe8a564f557a11534cefa127
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=559112d472b977fafe8a564f557a11534cefa127

Author: Huw Davies <huw at codeweavers.com>
Date:   Tue Nov 25 14:48:49 2008 +0000

version: Fixed comments.

---

 dlls/version/resource.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/version/resource.c b/dlls/version/resource.c
index 03076d8..fdfd3ba 100644
--- a/dlls/version/resource.c
+++ b/dlls/version/resource.c
@@ -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 )




More information about the wine-cvs mailing list