1
0
Fork 0
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:
Bertrik Sikken 2008-05-03 16:23:37 +00:00
parent 8a04f62031
commit f8a641d6f8
3 changed files with 7 additions and 7 deletions

View file

@ -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;