1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

tiny cleanup

This commit is contained in:
QC 2015-06-05 23:08:02 +02:00
parent b9d3d82077
commit 95beb58730

View file

@ -227,7 +227,7 @@ int dmenu_switcher_dialog ( char **input )
char *select = NULL;
find_arg_str ( "-select", &select );
if ( select != NULL /*&& find_arg ( "-filter" ) >= 0 */ ) {
if ( select != NULL ) {
char **tokens = tokenize ( select, config.case_sensitive );
int i = 0;
for ( i = 0; i < length; i++ ) {