Move stars to conventional but wierd place.
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:42:20 +0000 (15:42 -0700)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 17:31:13 +0000 (12:31 -0500)
Co-Authored-By: Larry Ewing <lewing@microsoft.com>
Commit migrated from https://github.com/mono/mono/commit/90e256352383aa3dca659f8bedf9f12fcb52dc6f

src/mono/mono/eglib/gmodule-win32.c

index 9559d9f..cdd9011 100644 (file)
@@ -241,7 +241,7 @@ mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength)
 // Prefer not-ex, not-base.
 //
 gboolean
-mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2** pstr, guint32* plength)
+mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2 **pstr, guint32 *plength)
 {
        gunichar2* str = NULL;
        guint32 capacity = MAX_PATH; // tunable