summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 4a80591201..1149c19104 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -1265,7 +1265,7 @@ void tree_restore(void)
1265#endif 1265#endif
1266 1266
1267#ifdef HAVE_TC_RAMCACHE 1267#ifdef HAVE_TC_RAMCACHE
1268 remove(TAGCACHE_STATEFILE); 1268 tagcache_remove_statefile();
1269#endif 1269#endif
1270 1270
1271#ifdef HAVE_DIRCACHE 1271#ifdef HAVE_DIRCACHE