mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
fix tiny typo
This commit is contained in:
parent
fda5badeb6
commit
00e48fdcf7
1 changed files with 1 additions and 1 deletions
|
@ -2269,7 +2269,7 @@ static void parse_key ( char *combo, unsigned int *mod, KeySym *key )
|
|||
// If no modifier mask is set, allow any modifier.
|
||||
*mod = modmask ? modmask : AnyModifier;
|
||||
|
||||
// Skip modifier (if exist( and parse key.
|
||||
// Skip modifier (if exist) and parse key.
|
||||
char i = strlen ( combo );
|
||||
|
||||
while ( i > 0 && !strchr ( "-+", combo[i - 1] ) ) {
|
||||
|
|
Loading…
Reference in a new issue