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 adfe148db4..08fcf30433 100644
--- a/apps/tagcache.c
+++ b/apps/tagcache.c
@@ -5367,7 +5367,7 @@ bool tagcache_update(void)
5367 return false; 5367 return false;
5368} 5368}
5369 5369
5370bool tagcache_rebuild() 5370bool tagcache_rebuild(void)
5371{ 5371{
5372 queue_post(&tagcache_queue, Q_REBUILD, 0); 5372 queue_post(&tagcache_queue, Q_REBUILD, 0);
5373 return false; 5373 return false;