diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2010-04-11 00:32:16 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2010-04-11 00:32:16 +0000 |
| commit | ef30d7ef712faf1c98ccc8289dc64854994f0397 (patch) | |
| tree | c440c6150ebc774b5cbf52540b77905c0bd9b683 /apps/onplay.h | |
| parent | 66fa12726212c5b597b44bfb5654312f0580953f (diff) | |
| download | rockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.zip rockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.tar.gz rockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.tar.bz2 rockbox-ef30d7ef712faf1c98ccc8289dc64854994f0397.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h index 027dded..a5a5a5f 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -32,7 +32,7 @@ enum { }; #ifdef HAVE_HOTKEY -int get_hotkey_desc_id(int hk_func); +char* get_hotkey_desc(int hk_func); #endif #endif |