diff options
-rw-r--r-- | elf/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/global.c b/elf/global.c index 6a4d9604eb..c675858b64 100644 --- a/elf/global.c +++ b/elf/global.c @@ -1,7 +1,7 @@ extern int test (void); int -main() +main (void) { return test (); } |