diff options
Diffstat (limited to 'backends/platform/gp32')
-rw-r--r-- | backends/platform/gp32/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp32/startup.c b/backends/platform/gp32/startup.c index b12cf3f077..6f74241e09 100644 --- a/backends/platform/gp32/startup.c +++ b/backends/platform/gp32/startup.c @@ -87,7 +87,7 @@ int main (int arg_len, char * arg_v) GpKernelStart (); GpAppExit (); - while (1) {}; + while (1) {} } void InitializeFont (void) |