JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
applied Alex Elide's tricky patch, thanks!
[dwm.git] / event.c
diff --git a/event.c b/event.c
index edfcc52..4e11552 100644 (file)
--- a/event.c
+++ b/event.c
@@ -256,7 +256,6 @@ keypress(XEvent *e) {
                {
                        if(key[i].func)
                                key[i].func(&key[i].arg);
-                       return;
                }
        }
 }