summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/misc.c
diff options
context:
space:
mode:
authorAnton Romanov <theli@rockbox.org>2006-09-25 09:44:10 +0000
committerAnton Romanov <theli@rockbox.org>2006-09-25 09:44:10 +0000
commitec2a5cce1a4e3609535a9ae902a80933fbb0f341 (patch)
treebd2874b573d5b29ba695e1f13c7ee5d908a473e6 /apps/plugins/zxbox/misc.c
parent52f4c4c82bb038f3704007016a5df1639c6af443 (diff)
downloadrockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.tar.gz
rockbox-ec2a5cce1a4e3609535a9ae902a80933fbb0f341.zip
yet more code cleanup, quick snapshot feature,sound should no longer crash,light optimizations
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11041 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/zxbox/misc.c')
-rw-r--r--apps/plugins/zxbox/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/misc.c b/apps/plugins/zxbox/misc.c
index a5a3c6bbb4..c293677e16 100644
--- a/apps/plugins/zxbox/misc.c
+++ b/apps/plugins/zxbox/misc.c
@@ -25,7 +25,6 @@
25#include <stdlib.h> 25#include <stdlib.h>
26#include <ctype.h> 26#include <ctype.h>
27#include "helpers.h" 27#include "helpers.h"
28/*#include <errno.h>*/
29#include "zxconfig.h" 28#include "zxconfig.h"
30#define DIR_SEP_CHAR '/' 29#define DIR_SEP_CHAR '/'
31 30