diff options
Diffstat (limited to 'mkhelp.c')
-rw-r--r-- | mkhelp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mkhelp.c b/mkhelp.c index bc66e7d5ff1d6..fb486ef9bd050 100644 --- a/mkhelp.c +++ b/mkhelp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2015 Mark Nudelman + * Copyright (C) 1984-2016 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -18,7 +18,9 @@ #include <stdio.h> int -main(int argc, char *argv[]) +main(argc, argv) + int argc; + char *argv[]; { int ch; int prevch; |