forked from len0rd/rockbox
Fix typo in database.c
Change-Id: I08e82013db80534284cebc054d0b6d705b473e33
This commit is contained in:
parent
9bf5589d77
commit
7e2b129c64
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ int main(int argc, char **argv)
|
|||
const char *paths[] = { "/", NULL };
|
||||
tagcache_init();
|
||||
|
||||
fprintf(stderr, "Scanning files (make take some time)...");
|
||||
fprintf(stderr, "Scanning files (may take some time)...");
|
||||
|
||||
do_tagcache_build(paths);
|
||||
tagcache_reverse_scan();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue