summaryrefslogtreecommitdiff
path: root/src/screen/analyze.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/analyze.c')
-rw-r--r--src/screen/analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/analyze.c b/src/screen/analyze.c
index eb20faf..3b5be95 100644
--- a/src/screen/analyze.c
+++ b/src/screen/analyze.c
@@ -94,7 +94,7 @@ void analyze_stop()
label_destroy(widgetLabelMsg);
widgetLabelMsg = label_new("", WINDOW_SIZE_X / 2, 250, WIDGET_LABEL_CENTER);
- unhot_key_register(SDLK_ESCAPE);
+ hot_key_unregister(SDLK_ESCAPE);
}
static void eventWidget(void *p)