summaryrefslogtreecommitdiffstats
path: root/dispatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'dispatch.c')
-rw-r--r--dispatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.c b/dispatch.c
index ec8da7b..230d430 100644
--- a/dispatch.c
+++ b/dispatch.c
@@ -32,7 +32,7 @@ dispatch_key (int key, int ud)
if (ud && keys[KEY_RIGHTALT] && (key == KEY_RIGHTMETA))
{
- lcd_off();
+ lcd_off ();
output_reset ();
status_reset ();
}