diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-11-26 22:34:08 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-11-26 22:34:08 +0000 |
| commit | d7d3bc248f53c504c591850ce955d899c6ab4c2d (patch) | |
| tree | d1f70499c019cc61cdddeaea862f902470154236 /apps | |
| parent | 7ccff054ff7531cdbacdf912649e31d55c73ca8b (diff) | |
| download | rockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.zip rockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.tar.gz rockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.tar.bz2 rockbox-d7d3bc248f53c504c591850ce955d899c6ab4c2d.tar.xz | |
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 'apps')
| -rw-r--r-- | apps/bookmark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index cee9abd..7d29c4f 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -42,6 +42,7 @@ #include "plugin.h" #include "backdrop.h" #include "file.h" +#include "filefuncs.h" #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 |