summaryrefslogtreecommitdiffhomepage
path: root/src/core.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-10-18 16:00:11 +0200
committerRay <[email protected]>2018-10-18 16:00:11 +0200
commit764766bfb2160cdbe3196abe3c90ad86197fc8d6 (patch)
treea7067b5b1eff33d5a60c585aca559726f6fa9945 /src/core.c
parent1dba2788bb5ce87412d76ebc4957f7222290b432 (diff)
downloadraylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.tar.gz
raylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.zip
Some formatting tweaks
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)