summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_settings.c')
-rw-r--r--apps/plugins/mpegplayer/mpeg_settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_settings.c b/apps/plugins/mpegplayer/mpeg_settings.c
index 3edb2987a1..189bdbcde7 100644
--- a/apps/plugins/mpegplayer/mpeg_settings.c
+++ b/apps/plugins/mpegplayer/mpeg_settings.c
@@ -205,7 +205,7 @@ static struct configdata config[] =
205 NULL}, 205 NULL},
206 {TYPE_INT, 0, MPEG_RESUME_NUM_OPTIONS, 206 {TYPE_INT, 0, MPEG_RESUME_NUM_OPTIONS,
207 { .int_p = &settings.resume_options }, "Resume options", NULL}, 207 { .int_p = &settings.resume_options }, "Resume options", NULL},
208#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) 208#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) || defined(SANSA_FUZE) || defined(SANSA_E200V2)
209 {TYPE_INT, 0, INT_MAX, { .int_p = &settings.displayoptions }, 209 {TYPE_INT, 0, INT_MAX, { .int_p = &settings.displayoptions },
210 "Display options", NULL}, 210 "Display options", NULL},
211#endif 211#endif