summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 027ddedc8f..a5a5a5f2fd 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -32,7 +32,7 @@ enum {
32}; 32};
33 33
34#ifdef HAVE_HOTKEY 34#ifdef HAVE_HOTKEY
35int get_hotkey_desc_id(int hk_func); 35char* get_hotkey_desc(int hk_func);
36#endif 36#endif
37 37
38#endif 38#endif