mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Fix typo
This commit is contained in:
parent
6b039ac524
commit
9a39ebb3e9
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ char **tokenize ( const char *input, int case_sensitive )
|
|||
g_free ( token ); token = NULL;
|
||||
}
|
||||
else{
|
||||
token = token_collate_key ( input, case_sensitive );
|
||||
retv[0] = token_collate_key ( input, case_sensitive );
|
||||
}
|
||||
return retv;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue