summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tagcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c
index 5b175c4b20..3565d8e5d4 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -384,7 +384,7 @@ static long find_entry_ram(const char *filename,
384 static long last_pos = 0; 384 static long last_pos = 0;
385 int i; 385 int i;
386 386
387 /* Check if we tagcache is loaded into ram. */ 387 /* Check if tagcache is loaded into ram. */
388 if (!tc_stat.ramcache) 388 if (!tc_stat.ramcache)
389 return -1; 389 return -1;
390 390