summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 70a7bf68..41aa181b 100644
--- a/src/core.c
+++ b/src/core.c
@@ -478,7 +478,7 @@ void android_main(struct android_app *app)
androidApp = app;
// TODO: Should we maybe report != 0 return codes somewhere?
- (void)main(1, (char*[]) { arg0, NULL });
+ (void)main(1, (char *[]) { arg0, NULL });
}
// TODO: Add this to header (if apps really need it)