mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
tiny cleanup
This commit is contained in:
parent
b9d3d82077
commit
95beb58730
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ int dmenu_switcher_dialog ( char **input )
|
||||||
|
|
||||||
char *select = NULL;
|
char *select = NULL;
|
||||||
find_arg_str ( "-select", &select );
|
find_arg_str ( "-select", &select );
|
||||||
if ( select != NULL /*&& find_arg ( "-filter" ) >= 0 */ ) {
|
if ( select != NULL ) {
|
||||||
char **tokens = tokenize ( select, config.case_sensitive );
|
char **tokens = tokenize ( select, config.case_sensitive );
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for ( i = 0; i < length; i++ ) {
|
for ( i = 0; i < length; i++ ) {
|
||||||
|
|
Loading…
Reference in a new issue