From f8a641d6f81c11056259b0d1b452d9beb4f5c9d7 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 16:23:37 +0000 Subject: 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 --- tools/database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/database.c b/tools/database.c index 3826249d75..9f0c620c2a 100644 --- a/tools/database.c +++ b/tools/database.c @@ -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; -- cgit v1.2.3