summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 0e5169a007..a4da371ce7 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1001,7 +1001,7 @@ static int ratingitem_callback(int action,const struct menu_item_ex *this_item)
1001 return action; 1001 return action;
1002} 1002}
1003MENUITEM_FUNCTION_DYNTEXT(rating_item, 0, set_rating_inline, 1003MENUITEM_FUNCTION_DYNTEXT(rating_item, 0, set_rating_inline,
1004 NULL, rating_name, NULL, 1004 NULL, rating_name, NULL, NULL,
1005 ratingitem_callback, Icon_Questionmark); 1005 ratingitem_callback, Icon_Questionmark);
1006#endif 1006#endif
1007 1007