1
0
Fork 0
forked from len0rd/rockbox

- Split off strip_volume() to a separate file

- fix some yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-11-26 17:39:30 +00:00
parent 5afb4a97c2
commit eab70ca28c
5 changed files with 6 additions and 31 deletions

View file

@ -41,6 +41,7 @@ common/errno.c
#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
common/memcmp.c
common/memchr.c
common/misc.c
common/qsort.c
common/random.c
common/sprintf.c