summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorHenrik Backe <henrik@backe.eu>2005-09-02 15:05:35 +0000
committerHenrik Backe <henrik@backe.eu>2005-09-02 15:05:35 +0000
commitb2473d58ab1a7ff0722bd27f08ce5a8856cd5502 (patch)
tree3eca1349052d07ddf975956bdd2ab8f4bce6e309 /firmware/export/config-h300.h
parentacf14e05693125d3768de80d99d7cfff6c2b164a (diff)
downloadrockbox-b2473d58ab1a7ff0722bd27f08ce5a8856cd5502.tar.gz
rockbox-b2473d58ab1a7ff0722bd27f08ce5a8856cd5502.zip
Fixed associate problem with file extensions (.info files matched .nfo extension)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7456 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index df97fd245d..1de415830e 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -85,8 +85,8 @@
85/* Define this if you have adjustable CPU frequency */ 85/* Define this if you have adjustable CPU frequency */
86#define HAVE_ADJUSTABLE_CPU_FREQ 86#define HAVE_ADJUSTABLE_CPU_FREQ
87 87
88#define BOOTFILE_EXT ".iriver" 88#define BOOTFILE_EXT "iriver"
89#define BOOTFILE "rockbox" BOOTFILE_EXT 89#define BOOTFILE "rockbox." BOOTFILE_EXT
90 90
91/* Define this if you can control the S/PDIF power */ 91/* Define this if you can control the S/PDIF power */
92#define HAVE_SPDIF_POWER 92#define HAVE_SPDIF_POWER