Commit e8183eb7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

options.c: Remove '-)' (belonged to menu-bg)

parent 1aef8e86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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[] = {