explicitly specify main() return type (make buildable with

-Wall -Werror)
This commit is contained in:
jdolecek 2000-07-10 21:30:31 +00:00
parent 010c198b37
commit 42c88111e1
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: srec.c,v 1.1 1996/09/07 19:21:32 thorpej Exp $ */
/* $NetBSD: srec.c,v 1.2 2000/07/10 21:30:31 jdolecek Exp $ */
/*
* Public domain, believed to be by Mike Price.
@ -18,6 +18,7 @@ int checksum();
int mask;
int size;
int
main(argc, argv)
int argc;
char *argv[];