tagcache: Fix missing void in tagcache_rebuild() definition

Change-Id: I04629547979a71f61693d87abb298b7c1d5efce4
This commit is contained in:
Aidan MacDonald 2022-11-30 02:07:26 +00:00
parent 89a6fc087d
commit ac1f92d9e8

View file

@ -5367,7 +5367,7 @@ bool tagcache_update(void)
return false;
}
bool tagcache_rebuild()
bool tagcache_rebuild(void)
{
queue_post(&tagcache_queue, Q_REBUILD, 0);
return false;