aboutsummaryrefslogtreecommitdiff
path: root/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'opts.c')
-rw-r--r--opts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/opts.c b/opts.c
index 373e5b6..4495b80 100644
--- a/opts.c
+++ b/opts.c
@@ -68,7 +68,7 @@ static int process_option_group(char *arg, struct opt opts[],
return remove;
}
-void process_options(int *argcp, char *argv[], struct opt opts[],
+void process_options(int *argcp, char *argv[], struct opt opts[],
int case_sensitive)
{
int argctr;
@@ -89,7 +89,6 @@ void process_options(int *argcp, char *argv[], struct opt opts[],
g_free(argv[argctr-1]);
else if (argctr != newargctr)
argv[newargctr++] = argv[argctr-1];
-
}
}
}