* versioninfo.c: One missing signature, fixed. svn path=/trunk/mono/; revision=134597
@@ -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.
@@ -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);