summaryrefslogtreecommitdiff
path: root/elf/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/global.c')
-rw-r--r--elf/global.c2
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 ();
}