Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(main): Use proper prototype.
  • Loading branch information
Andreas Jaeger committed Mar 21, 2001
1 parent 481b550 commit 5b5d078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/global.c
@@ -1,7 +1,7 @@
extern int test (void);

int
main()
main (void)
{
return test ();
}

0 comments on commit 5b5d078

Please sign in to comment.