summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-11-26 22:34:08 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-11-26 22:34:08 +0000
commitd7d3bc248f53c504c591850ce955d899c6ab4c2d (patch)
treed1f70499c019cc61cdddeaea862f902470154236 /firmware/SOURCES
parent7ccff054ff7531cdbacdf912649e31d55c73ca8b (diff)
downloadrockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.tar.gz
rockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.zip
Move strip_volume() to filefuncs.c and set properties.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23767 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index baba51ca20..061c6323c8 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -39,9 +39,9 @@ common/disk.c
39#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 39#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40common/errno.c 40common/errno.c
41#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */ 41#endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
42common/filefuncs.c
42common/memcmp.c 43common/memcmp.c
43common/memchr.c 44common/memchr.c
44common/misc.c
45common/qsort.c 45common/qsort.c
46common/random.c 46common/random.c
47common/sprintf.c 47common/sprintf.c