mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
(main): Use proper prototype.
This commit is contained in:
parent
481b550f58
commit
5b5d078570
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
extern int test (void);
|
||||
|
||||
int
|
||||
main()
|
||||
main (void)
|
||||
{
|
||||
return test ();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue