more star placement
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:43:44 +0000 (15:43 -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/b071aa91925a8d5db5a4648c162b397dde383142

src/mono/mono/mini/main.c

index 6e7bd17..7c4c63b 100644 (file)
@@ -387,7 +387,7 @@ ICALL_EXPORT int ves_icall_Interop_Sys_DoubleToString (double, char*, char*, int
 int
 main (void)
 {
-       gunichar2module_file_name;
+       gunichar2 *module_file_name;
        guint32 length;
        int argc;
        gunichar2** argvw;