diff --git a/config.c b/config.c index b1c7e57f..e0e729f1 100644 --- a/config.c +++ b/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