summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-04-11 00:32:16 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-04-11 00:32:16 +0000
commitef30d7ef712faf1c98ccc8289dc64854994f0397 (patch)
treec440c6150ebc774b5cbf52540b77905c0bd9b683 /apps/onplay.h
parent66fa12726212c5b597b44bfb5654312f0580953f (diff)
downloadrockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.tar.gz
rockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.zip
FS#11195, plus. Simplified hotkey struct, thanks alle!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25581 a1c6a512-1295-4272-9138-f99709370657
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