summaryrefslogtreecommitdiff
path: root/apps/plugins/zxbox/snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/zxbox/snapshot.c')
-rw-r--r--apps/plugins/zxbox/snapshot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/zxbox/snapshot.c b/apps/plugins/zxbox/snapshot.c
index d693d1f6b8..0010550392 100644
--- a/apps/plugins/zxbox/snapshot.c
+++ b/apps/plugins/zxbox/snapshot.c
@@ -37,7 +37,7 @@
37 37
38#define COMPRESS_SAVE 1 38#define COMPRESS_SAVE 1
39 39
40static char quick_snap_file[]="/.rockbox/zxboxq.z80"; 40static char quick_snap_file[]= ROCKBOX_DIR "/zxboxq.z80";
41 41
42typedef struct { 42typedef struct {
43 int isfile; 43 int isfile;