mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
cosmetic: remove useless ;
This commit is contained in:
parent
0a90a3f618
commit
de225777b2
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
@ -113,7 +113,7 @@ key_mask_lookup(const char *keyname)
|
|||
return KeyModList[i].keysym;
|
||||
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
/** Lookup for a function pointer from its name
|
||||
* in the given NameFuncLink list
|
||||
|
|
Loading…
Reference in a new issue