diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:22:23 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-12 23:22:23 +0200 |
| commit | 135d593deef607dcf5c8f5dabcd579ea1719fe01 (patch) | |
| tree | 15ddf0e546ed7e9a14ac60a1d01feb8552277b22 /src/client/hotKey.c | |
| parent | 0287f62578cb4aa643649a9d62dc753586b16b30 (diff) | |
fix bad prefixes and names every one
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; |