From ddbaecb3f471ec8315d43d976a104c967035aa73 Mon Sep 17 00:00:00 2001 From: wntrmute Date: Tue, 12 Feb 2008 16:14:39 +0000 Subject: [PATCH] use git-svn-id: https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libfat@2145 258c5a1a-4f63-435d-9564-e8f6d34ab52c --- include/fat.h | 2 +- source/common.h | 2 +- source/disc_io/disc_io.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/fat.h b/include/fat.h index ec69082..06cccc4 100644 --- a/include/fat.h +++ b/include/fat.h @@ -51,7 +51,7 @@ extern "C" { #endif #ifdef NDS - #include + #include #else #include "gba_types.h" #endif diff --git a/source/common.h b/source/common.h index b0cbbad..8e5ba04 100644 --- a/source/common.h +++ b/source/common.h @@ -40,7 +40,7 @@ #endif #ifdef NDS - #include + #include #else #include "gba_types.h" #endif diff --git a/source/disc_io/disc_io.h b/source/disc_io/disc_io.h index 1c369f2..4ceb661 100644 --- a/source/disc_io/disc_io.h +++ b/source/disc_io/disc_io.h @@ -50,7 +50,7 @@ #define _IO_ALLOW_UNALIGNED #if defined _IO_USE_DMA && defined _IO_ALLOW_UNALIGNED - #error You can't use both DMA and unaligned memory + #error "You can't use both DMA and unaligned memory" #endif #define FEATURE_MEDIUM_CANREAD 0x00000001 -- 2.11.4.GIT