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 231e658ed9..106c433d60 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -961,7 +961,7 @@ int onplay(char* file, int attr, int from)
961 } 961 }
962 if (context == CONTEXT_WPS) 962 if (context == CONTEXT_WPS)
963 { 963 {
964#if (CONFIG_KEYPAD != PLAYER_PAD) 964#ifdef HAVE_PITCHSCREEN
965 /* Pitch screen access */ 965 /* Pitch screen access */
966 items[i].desc = ID2P(LANG_PITCH); 966 items[i].desc = ID2P(LANG_PITCH);
967 items[i].function = pitch_screen; 967 items[i].function = pitch_screen;