From: Jay Krell Date: Tue, 3 Sep 2019 22:46:16 +0000 (-0700) Subject: Take stars out of types where they make more sense. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=393da4b94c9d69bb3db077d04cc7d539031df4f8;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Take stars out of types where they make more sense. Co-Authored-By: Larry Ewing Commit migrated from https://github.com/mono/mono/commit/4359ad66d0621afc79b4f46174a8a20acb418905 --- diff --git a/src/mono/mono/eglib/gmodule-win32.c b/src/mono/mono/eglib/gmodule-win32.c index a0477a7..3600825 100644 --- a/src/mono/mono/eglib/gmodule-win32.c +++ b/src/mono/mono/eglib/gmodule-win32.c @@ -280,7 +280,7 @@ mono_get_module_filename_ex (gpointer process, gpointer mod, gunichar2 **pstr, g // Prefer not-ex, not-base. // gboolean -mono_get_module_basename (gpointer process, gpointer mod, gunichar2** pstr, guint32* plength) +mono_get_module_basename (gpointer process, gpointer mod, gunichar2 **pstr, guint32 *plength) { gunichar2* str = NULL; guint32 capacity = MAX_PATH; // tunable