From 764766bfb2160cdbe3196abe3c90ad86197fc8d6 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 18 Oct 2018 16:00:11 +0200 Subject: Some formatting tweaks --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core.c') 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) -- cgit v1.2.3