aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 0c7d4434..fd6be6f2 100644
--- a/options.c
+++ b/options.c
@@ -82,7 +82,7 @@ static struct option longoptions[] = {
{(char *) 0, no_argument, (int *) 0, 0 }
};
-int parsecmdline (argc,argv,ctl)
+int parsecmdline (argc, argv,ctl)
/* parse and validate the command line options */
int argc; /* argument count */
char **argv; /* argument strings */