summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 902956e471..f1fd7cc2c4 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -449,7 +449,7 @@ struct user_settings
449 int ff_rewind_min_step; /* FF/Rewind minimum step size */ 449 int ff_rewind_min_step; /* FF/Rewind minimum step size */
450 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */ 450 int ff_rewind_accel; /* FF/Rewind acceleration (in seconds per doubling) */
451 451
452#ifndef HAVE_FLASH_STORAGE 452#ifdef HAVE_DISK_STORAGE
453 int disk_spindown; /* time until disk spindown, in seconds (0=off) */ 453 int disk_spindown; /* time until disk spindown, in seconds (0=off) */
454 int buffer_margin; /* MP3 buffer watermark margin, in seconds */ 454 int buffer_margin; /* MP3 buffer watermark margin, in seconds */
455#endif 455#endif