mirror of
https://github.com/Cloudef/bemenu
synced 2025-02-19 08:16:49 +00:00
Add break for no reason.
This commit is contained in:
parent
14a1644085
commit
ce46a04999
@ -99,6 +99,7 @@ static void parseArgs(int *argc, char **argv[])
|
||||
case 'v':
|
||||
printVersion(*argv[0]);
|
||||
exit(EXIT_SUCCESS);
|
||||
break;
|
||||
|
||||
case 'i':
|
||||
client.filterMode = BM_FILTER_MODE_DMENU_CASE_INSENSITIVE;
|
||||
|
Loading…
Reference in New Issue
Block a user