diff options
Diffstat (limited to 'src/client/hotKey.c')
| -rw-r--r-- | src/client/hotKey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/hotKey.c b/src/client/hotKey.c index 94d4b24..5b981ea 100644 --- a/src/client/hotKey.c +++ b/src/client/hotKey.c @@ -71,7 +71,7 @@ void hot_key_register(SDLKey key, void (*handler) ()) list_ins(listHotKey, 0, hotkey); } -void unhot_key_register(SDLKey key) +void hot_key_unregister(SDLKey key) { hotKey_t *hotkey; int my_index; |