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 5415610501..92bf18bc26 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -1056,7 +1056,7 @@ static int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
1056 /* Show search progress straight away if the disk needs to spin up, 1056 /* Show search progress straight away if the disk needs to spin up,
1057 otherwise show it after the normal 1/2 second delay */ 1057 otherwise show it after the normal 1/2 second delay */
1058 show_search_progress( 1058 show_search_progress(
1059#if !defined(HAVE_FLASH_STORAGE) 1059#ifdef HAVE_DISK_STORAGE
1060 ata_disk_is_active() 1060 ata_disk_is_active()
1061#else 1061#else
1062 true 1062 true