1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

(main): Declare to be of type int, not void.

This commit is contained in:
Jim Meyering
1996-03-21 22:45:19 +00:00
parent 403816eb85
commit bb6a548712
18 changed files with 19 additions and 20 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Force changed blocks to disk, update the super block.\n\
exit (status);
}
void
int
main (int argc, char **argv)
{
program_name = argv[0];