diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2008-02-27 17:54:57 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2008-02-27 17:54:57 +0000 |
| commit | aef38f6ef41f5e139210289a603b52a4380276c8 (patch) | |
| tree | 2a1f4ffceb0430f446b7d83169e09ae0221eb826 /apps/tagtree.c | |
| parent | ca57699ed5d110d738cb9dc3a156c5897efbc7b6 (diff) | |
| download | rockbox-aef38f6ef41f5e139210289a603b52a4380276c8.zip rockbox-aef38f6ef41f5e139210289a603b52a4380276c8.tar.gz rockbox-aef38f6ef41f5e139210289a603b52a4380276c8.tar.bz2 rockbox-aef38f6ef41f5e139210289a603b52a4380276c8.tar.xz | |
Fix sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16433 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagtree.c')
| -rw-r--r-- | apps/tagtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 942c196..17401f3 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, /* Show search progress straight away if the disk needs to spin up, otherwise show it after the normal 1/2 second delay */ show_search_progress( -#if !defined(HAVE_FLASH_STORAGE) +#if !defined(HAVE_FLASH_STORAGE) && !defined(SIMULATOR) ata_disk_is_active() #else true |