Some formatting tweaks

This commit is contained in:
Ray
2018-10-18 16:00:11 +02:00
parent 1dba2788bb
commit 764766bfb2
5 changed files with 19 additions and 18 deletions

View File

@@ -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)