cosmetic: remove useless ;
This commit is contained in:
parent
0a90a3f618
commit
de225777b2
2
config.c
2
config.c
|
@ -113,7 +113,7 @@ key_mask_lookup(const char *keyname)
|
||||||
return KeyModList[i].keysym;
|
return KeyModList[i].keysym;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
/** Lookup for a function pointer from its name
|
/** Lookup for a function pointer from its name
|
||||||
* in the given NameFuncLink list
|
* in the given NameFuncLink list
|
||||||
|
|
Loading…
Reference in New Issue