mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
tagcache: Fix missing void in tagcache_rebuild() definition
Change-Id: I04629547979a71f61693d87abb298b7c1d5efce4
This commit is contained in:
parent
89a6fc087d
commit
ac1f92d9e8
1 changed files with 1 additions and 1 deletions
|
@ -5367,7 +5367,7 @@ bool tagcache_update(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool tagcache_rebuild()
|
bool tagcache_rebuild(void)
|
||||||
{
|
{
|
||||||
queue_post(&tagcache_queue, Q_REBUILD, 0);
|
queue_post(&tagcache_queue, Q_REBUILD, 0);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue