From b3aac4e035e572e4fc01ad32e2fe936e40ab5b09 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 4 Mar 2005 11:22:31 +0000 Subject: whitespace fix --- opts.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'opts.c') 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]; - } } } -- cgit v1.2.3