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/pauza.c | |
| parent | 0287f62578cb4aa643649a9d62dc753586b16b30 (diff) | |
fix bad prefixes and names every one
Diffstat (limited to 'src/client/pauza.c')
| -rw-r--r-- | src/client/pauza.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pauza.c b/src/client/pauza.c index a2187d1..251c753 100644 --- a/src/client/pauza.c +++ b/src/client/pauza.c @@ -58,5 +58,5 @@ bool_t pauza_is_active() void pauza_quit() { - unhot_key_register(SDLK_p); + hot_key_unregister(SDLK_p); } |