1
0
Fork 0
forked from len0rd/rockbox

Final removal of tabs in firmware path

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24158 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-01-03 11:31:14 +00:00
parent 5cebdcd06b
commit 508bf2b45a
8 changed files with 17 additions and 17 deletions

View file

@ -175,7 +175,7 @@ struct dirent_uncached* readdir_uncached(DIR_UNCACHED* dir)
return NULL;
if ( !entry.name[0] )
return NULL;
return NULL;
strlcpy(theent->d_name, entry.name, sizeof(theent->d_name));
theent->attribute = entry.attr;