diff options
| author | Ray <[email protected]> | 2018-10-18 16:00:11 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-10-18 16:00:11 +0200 |
| commit | 764766bfb2160cdbe3196abe3c90ad86197fc8d6 (patch) | |
| tree | a7067b5b1eff33d5a60c585aca559726f6fa9945 /src/core.c | |
| parent | 1dba2788bb5ce87412d76ebc4957f7222290b432 (diff) | |
| download | raylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.tar.gz raylib-764766bfb2160cdbe3196abe3c90ad86197fc8d6.zip | |
Some formatting tweaks
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
