Browse Source

2009-05-22 Miguel de Icaza <[email protected]>

	* versioninfo.c: One missing signature, fixed.

svn path=/trunk/mono/; revision=134597
Miguel de Icaza 16 years ago
parent
commit
772f3a95ae
2 changed files with 5 additions and 1 deletions
  1. 4 0
      mono/io-layer/ChangeLog
  2. 1 1
      mono/io-layer/versioninfo.c

+ 4 - 0
mono/io-layer/ChangeLog

@@ -1,3 +1,7 @@
+2009-05-22  Miguel de Icaza  <[email protected]>
+
+	* versioninfo.c: One missing signature, fixed.
+
 2009-05-21  Miguel de Icaza  <[email protected]>
 
 	* daemon.c: Remove more DEBUG ifdef mess.

+ 1 - 1
mono/io-layer/versioninfo.c

@@ -989,7 +989,7 @@ GetFileVersionInfo (gunichar2 *filename, guint32 handle G_GNUC_UNUSED, guint32 l
 #endif
 	}
 
-	unmap_pe_file (file_map, &map_handle);
+	unmap_pe_file (file_map, map_handle);
 	
 	return(ret);
 }