a bugfix and cleanup in common code

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@929 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2011-05-22 13:37:20 +00:00
parent 8340e7c99f
commit e4bac17eb0
2 changed files with 1 additions and 38 deletions

View file

@ -48,7 +48,7 @@ int plat_get_root_dir(char *dst, int len)
break;
}
return 0;
return j;
}
#ifdef __GP2X__