summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 9c5bf0470f..df82ae3687 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -585,6 +585,7 @@ struct user_settings
585 unsigned char autoresume_paths[MAX_PATHNAME+1]; /* colon-separated list */ 585 unsigned char autoresume_paths[MAX_PATHNAME+1]; /* colon-separated list */
586 bool runtimedb; /* runtime database active? */ 586 bool runtimedb; /* runtime database active? */
587 unsigned char tagcache_scan_paths[MAX_PATHNAME+1]; 587 unsigned char tagcache_scan_paths[MAX_PATHNAME+1];
588 unsigned char tagcache_db_path[MAX_PATHNAME+1];
588#endif /* HAVE_TAGCACHE */ 589#endif /* HAVE_TAGCACHE */
589 590
590#if LCD_DEPTH > 1 591#if LCD_DEPTH > 1