summaryrefslogtreecommitdiff
path: root/plugins/hotkeys
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:49:37 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-30 21:49:37 +0100
commit9155bd34e06af07863b681f7125a51829e622950 (patch)
treed61e03fb3cf7a49294562fdbd6f52896e7f83e18 /plugins/hotkeys
parent7e20827fce4ac2609a834329e16fad363c58a201 (diff)
sanitized thread_start API
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r--plugins/hotkeys/hotkeys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c
index 415e055c..5027824c 100644
--- a/plugins/hotkeys/hotkeys.c
+++ b/plugins/hotkeys/hotkeys.c
@@ -266,7 +266,7 @@ cleanup() {
}
static void
-hotkeys_event_loop( uintptr_t unused ) {
+hotkeys_event_loop( void *unused ) {
int i;
while (!finished) {