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 ae32a65bc6..0734cf0668 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -583,7 +583,7 @@ struct user_settings
583 bool autoresume_enable; /* enable auto-resume feature? */ 583 bool autoresume_enable; /* enable auto-resume feature? */
584 int autoresume_automatic; /* resume next track? 0=never, 1=always, 584 int autoresume_automatic; /* resume next track? 0=never, 1=always,
585 2=custom */ 585 2=custom */
586 unsigned char autoresume_strpat[MAX_PATHNAME+1]; /* comma-separated list */ 586 unsigned char autoresume_paths[MAX_PATHNAME+1]; /* colon-separated list */
587 bool runtimedb; /* runtime database active? */ 587 bool runtimedb; /* runtime database active? */
588#endif /* HAVE_TAGCACHE */ 588#endif /* HAVE_TAGCACHE */
589 589