From de225777b2b7d3295d522e64e24876a4f9eb9096 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 6 Sep 2007 23:29:50 +0200 Subject: [PATCH] cosmetic: remove useless ; --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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