Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jay.krell@cornell.edu>2019-09-04 01:45:52 +0300
committerLarry Ewing <lewing@microsoft.com>2019-09-04 20:31:13 +0300
commite25d2e55360d6b108a51d823c45aaaae766e0923 (patch)
treea5ca22960236ace21f772092ccfd0a751e4fde72
parent557645fea31c4d58987940711ca3b5ce85c7bcf9 (diff)
Take stars out of types where they make more sense.
Co-Authored-By: Larry Ewing <lewing@microsoft.com>
-rw-r--r--mono/eglib/gmodule-win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/eglib/gmodule-win32.c b/mono/eglib/gmodule-win32.c
index 7cdbec0cecc..a0477a7a007 100644
--- a/mono/eglib/gmodule-win32.c
+++ b/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