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
1 changed files with 0 additions and 1 deletions

View File

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