Explorar el Código

applied Alex Elide's tricky patch, thanks!

arg@mig29 hace 19 años
padre
commit
0a915eba8f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      event.c

+ 0 - 1
event.c

@@ -256,7 +256,6 @@ keypress(XEvent *e) {
 		{
 			if(key[i].func)
 				key[i].func(&key[i].arg);
-			return;
 		}
 	}
 }