From ef30d7ef712faf1c98ccc8289dc64854994f0397 Mon Sep 17 00:00:00 2001 From: Jeffrey Goode Date: Sun, 11 Apr 2010 00:32:16 +0000 Subject: FS#11195, plus. Simplified hotkey struct, thanks alle! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25581 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.h') 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 -- cgit v1.1