Make main() ISO C compliant.

This commit is contained in:
joerg 2014-08-08 23:41:53 +00:00
parent ff42712e08
commit ae42c65078
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ doarg(char c) { /* Command-line option parser */
return(action);
}
void
int
main(int argc, char ** argv) {
int status, rx_len, i, x;
char c;