forked from len0rd/rockbox
Renamed build_tagcache to tagcache_build to make it consistent with the function naming of the other functions in tagcache.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17331 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a04f62031
commit
f8a641d6f8
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
int main(int argc, char **argv)
|
||||
{
|
||||
tagcache_init();
|
||||
build_tagcache("/export/stuff/mp3");
|
||||
tagcache_build("/export/stuff/mp3");
|
||||
tagcache_reverse_scan();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue