diff options
author | Max Horn | 2008-05-31 19:02:35 +0000 |
---|---|---|
committer | Max Horn | 2008-05-31 19:02:35 +0000 |
commit | bd9671ba246b3d45a5c2d8311d1e800b633f3210 (patch) | |
tree | 40508bf3107e72047c6752cec1f2aadec1a4b864 /backends/platform/ds/arm9/source/fat | |
parent | c3c695792c4e0c769cb3a30585ff48f4b6d6519a (diff) | |
download | scummvm-rg350-bd9671ba246b3d45a5c2d8311d1e800b633f3210.tar.gz scummvm-rg350-bd9671ba246b3d45a5c2d8311d1e800b633f3210.tar.bz2 scummvm-rg350-bd9671ba246b3d45a5c2d8311d1e800b633f3210.zip |
Fixing various warnings in the DS port
svn-id: r32428
Diffstat (limited to 'backends/platform/ds/arm9/source/fat')
-rw-r--r-- | backends/platform/ds/arm9/source/fat/disc_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/source/fat/disc_io.h b/backends/platform/ds/arm9/source/fat/disc_io.h index 05d4c020bd..2d3da1fc6f 100644 --- a/backends/platform/ds/arm9/source/fat/disc_io.h +++ b/backends/platform/ds/arm9/source/fat/disc_io.h @@ -53,7 +53,7 @@ //---------------------------------------------------------------------- #if defined _CF_USE_DMA && defined _CF_ALLOW_UNALIGNED - #error You can't use both DMA and unaligned memory + #error You can not use both DMA and unaligned memory #endif // When compiling for NDS, make sure NDS is defined |