1
0
Fork 0
forked from len0rd/rockbox

Tiny fix for an unlikely error path.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13533 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-06-01 10:46:52 +00:00
parent 68505ba430
commit 9e107b4835

View file

@ -536,6 +536,7 @@ static int dircache_do_rebuild(void)
if (pdir == NULL)
{
logf("Failed to open rootdir");
dircache_initializing = false;
return -3;
}
#else