applied Alex Elide's tricky patch, thanks!

This commit is contained in:
arg@mig29 2006-11-27 17:51:50 +01:00
parent 19dcbc5717
commit 0a915eba8f

View file

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