Take stars out of types where they make more sense.
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:45:14 +0000 (15:45 -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/b3f996d45d1711e0b6b0b76d15ff78665b113a96

src/mono/mono/eglib/glib.h

index f4c3f9a..310d010 100644 (file)
@@ -1435,7 +1435,7 @@ mono_get_module_basename (gpointer process, gpointer mod, gunichar2** pstr, guin
 // g_free the result
 // No MAX_PATH limit.
 gboolean
-mono_get_current_directory (gunichar2** pstr, guint32* plength);
+mono_get_current_directory (gunichar2 **pstr, guint32 *plength);
 
 G_END_DECLS // FIXME: There is more extern C than there should be.