From 11bfedbd2869011189b59de4ee648028d149d961 Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Tue, 3 Sep 2019 15:42:20 -0700 Subject: [PATCH] Move stars to conventional but wierd place. Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/90e256352383aa3dca659f8bedf9f12fcb52dc6f --- src/mono/mono/eglib/gmodule-win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/eglib/gmodule-win32.c b/src/mono/mono/eglib/gmodule-win32.c index 9559d9f..cdd9011 100644 --- a/src/mono/mono/eglib/gmodule-win32.c +++ b/src/mono/mono/eglib/gmodule-win32.c @@ -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 -- 2.7.4