summaryrefslogtreecommitdiff
path: root/src/screen/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen/table.c')
-rw-r--r--src/screen/table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen/table.c b/src/screen/table.c
index a21c20e..ad7232f 100644
--- a/src/screen/table.c
+++ b/src/screen/table.c
@@ -80,7 +80,7 @@ void table_event()
void table_stop()
{
- unhot_key_register(SDLK_ESCAPE);
+ hot_key_unregister(SDLK_ESCAPE);
}
static void eventWidget(void *p)