From 8dae327eaeabc9e2d3f07329b69167676bcd6f74 Mon Sep 17 00:00:00 2001 From: Jay Krell Date: Tue, 3 Sep 2019 15:46:35 -0700 Subject: [PATCH] Take stars out of types where they make more sense. Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/9fc2ade131f7c2ca7b176854b7891a998065c832 --- src/mono/mono/eglib/glib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mono/mono/eglib/glib.h b/src/mono/mono/eglib/glib.h index ecf5cb3..cb8d460 100644 --- a/src/mono/mono/eglib/glib.h +++ b/src/mono/mono/eglib/glib.h @@ -1420,7 +1420,7 @@ glong g_utf8_pointer_to_offset (const gchar *str, const gchar *pos); // g_free the result // No MAX_PATH limit. gboolean -mono_get_module_filename (gpointer mod, gunichar2** pstr, guint32* plength); +mono_get_module_filename (gpointer mod, gunichar2 **pstr, guint32 *plength); // g_free the result // No MAX_PATH limit. -- 2.7.4