aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMarvin Borner2020-08-22 01:26:54 +0200
committerMarvin Borner2020-08-22 01:26:54 +0200
commitcd6b20886ad80112c1589bdabd46e39b1876a162 (patch)
tree0b77be24e5e240d4af810020d68c2de892846b24 /apps
parent45db1523a02730a172564ca8c2be55422d5d2f0b (diff)
Small fixes
Diffstat (limited to 'apps')
-rw-r--r--apps/wm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/wm.c b/apps/wm.c
index fa7f6de..88c0451 100644
--- a/apps/wm.c
+++ b/apps/wm.c
@@ -33,7 +33,6 @@ int main(int argc, char **argv)
printf("onkey: %x\n", onkey);
map(EVENT_KEYBOARD, onkey);
- map(EVENT_KEYBOARD, onkey);
while (1) {
};