summaryrefslogtreecommitdiff
path: root/apps/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/misc.h')
-rw-r--r--apps/misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/misc.h b/apps/misc.h
index 7ea5360db5..1e151f0ebc 100644
--- a/apps/misc.h
+++ b/apps/misc.h
@@ -113,7 +113,8 @@ enum current_activity {
113 ACTIVITY_PLUGINBROWSER, 113 ACTIVITY_PLUGINBROWSER,
114 ACTIVITY_QUICKSCREEN, 114 ACTIVITY_QUICKSCREEN,
115 ACTIVITY_PITCHSCREEN, 115 ACTIVITY_PITCHSCREEN,
116 ACTIVITY_OPTIONSELECT 116 ACTIVITY_OPTIONSELECT,
117 ACTIVITY_PLAYLISTBROWSER
117}; 118};
118 119
119#if CONFIG_CODEC == SWCODEC 120#if CONFIG_CODEC == SWCODEC