summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 23886df315..b0f1a187a3 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -27,7 +27,8 @@ enum {
27 ONPLAY_MAINMENU = -1, 27 ONPLAY_MAINMENU = -1,
28 ONPLAY_OK = 0, 28 ONPLAY_OK = 0,
29 ONPLAY_RELOAD_DIR, 29 ONPLAY_RELOAD_DIR,
30 ONPLAY_START_PLAY 30 ONPLAY_START_PLAY,
31 ONPLAY_PLAYLIST,
31}; 32};
32 33
33#endif 34#endif