summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index b8fffa9b56..eb9df07113 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1057,7 +1057,7 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
1057 /* Show search progress straight away if the disk needs to spin up, 1057 /* Show search progress straight away if the disk needs to spin up,
1058 otherwise show it after the normal 1/2 second delay */ 1058 otherwise show it after the normal 1/2 second delay */
1059 show_search_progress( 1059 show_search_progress(
1060#if !defined(HAVE_FLASH_STORAGE) && !defined(SIMULATOR) 1060#if !defined(HAVE_FLASH_STORAGE)
1061 ata_disk_is_active() 1061 ata_disk_is_active()
1062#else 1062#else
1063 true 1063 true