From: Jay Krell Date: Tue, 3 Sep 2019 22:45:52 +0000 (-0700) Subject: Take stars out of types where they make more sense. X-Git-Tag: submit/tizen/20210909.063632~10331^2~5^2~563 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a582b66c4b533d1210a5530a8c0a5ac0dbf6bb33;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/e25d2e55360d6b108a51d823c45aaaae766e0923 --- diff --git a/src/mono/mono/eglib/gmodule-win32.c b/src/mono/mono/eglib/gmodule-win32.c index 7cdbec0..a0477a7 100644 --- a/src/mono/mono/eglib/gmodule-win32.c +++ b/src/mono/mono/eglib/gmodule-win32.c @@ -313,7 +313,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) { gunichar2* str = NULL; guint32 capacity = MAX_PATH; // tunable