diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-04-12 16:44:02 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-04-12 16:44:02 +0000 |
commit | bfd53beda4c9abd470b6980e9b2d0ea6774b6876 (patch) | |
tree | 4f8b774eb57adf342e5041f1d798c5a19f11c305 /apps/onplay.h | |
parent | 5209ed44a0b6f86e1d1f2a92d42d7658b2dc316e (diff) |
Mark const return value; correct the comment about valid menu items for the hotkey
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25607 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 a5a5a5f2fd..5a834d5ed1 100644 --- a/apps/onplay.h +++ b/apps/onplay.h @@ -32,7 +32,7 @@ enum { }; #ifdef HAVE_HOTKEY -char* get_hotkey_desc(int hk_func); +const char* get_hotkey_desc(int hk_func); #endif #endif |