From e8183eb75707fac82ac18dd55fe7faa8a55905af Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 9 Nov 2018 17:14:16 +0100 Subject: options.c: Remove '-)' (belonged to menu-bg) --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/options.c b/src/options.c index 41c68cd..894e29f 100644 --- a/src/options.c +++ b/src/options.c @@ -314,7 +314,7 @@ static void feh_parse_option_array(int argc, char **argv, int finalrun) int discard; static char stropts[] = "a:A:b:B:C:dD:e:E:f:Fg:GhH:iIj:J:kK:lL:mM:nNo:O:pPqrR:sS:tT:uUvVwW:xXy:YzZ" - ".@:^:~:):|:+:<:>:"; + ".@:^:~:|:+:<:>:"; /* (*name, has_arg, *flag, val) See: struct option in getopts.h */ static struct option lopts[] = { -- cgit v1.2.3