summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-06-13 07:52:46 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2024-06-13 07:52:46 -0400
commit935fb736e8ebc14e9c1358702c5562ee3b0f6c08 (patch)
treeefbc281d4a982408939e540388ccd1df6dcfc516
parent633b06dcfea9c798dccf24429c94a6b1187fc645 (diff)
downloadrockbox-935fb736e8ebc14e9c1358702c5562ee3b0f6c08.tar.gz
rockbox-935fb736e8ebc14e9c1358702c5562ee3b0f6c08.zip
[FixRed] tagcache.c
I think this should be APPLICATION for hosted Change-Id: Id0d2107bff004abf6762a8c0643b0bd872c6a24e
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 49df99254d..5413e2def0 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -4991,7 +4991,7 @@ void do_tagcache_build(const char *path[])
4991 roots_ll[0].path = path[0]; 4991 roots_ll[0].path = path[0];
4992 roots_ll[0].next = NULL; 4992 roots_ll[0].next = NULL;
4993 4993
4994#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR) && !defined(__PCTOOL__) && defined(PLATFORM_NATIVE) 4994#if defined(HAVE_MULTIVOLUME) && !defined(SIMULATOR) && !defined(__PCTOOL__) && !defined(APPLICATION)
4995 extern bool ns_volume_is_visible(int volume); /*rb_namespace.c*/ 4995 extern bool ns_volume_is_visible(int volume); /*rb_namespace.c*/
4996 /* i is for the path vector, j for the roots_ll array */ 4996 /* i is for the path vector, j for the roots_ll array */
4997 int i = 1, j = 1; 4997 int i = 1, j = 1;