From cfbe557bdcb65d1074a883e8deddfa933438d36c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 24 Nov 2013 19:14:45 +0100 Subject: [PATCH] SAGA: Janitorial - Fix spacing errors --- engines/saga/saga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/saga/saga.h b/engines/saga/saga.h index 01cab21f5d0..645e1c30d0c 100644 --- a/engines/saga/saga.h +++ b/engines/saga/saga.h @@ -138,7 +138,7 @@ enum GameFileTypes { enum GameFeatures { GF_ITE_FLOPPY = 1 << 0, #if 0 - GF_OLD_ITE_DOS = 1 << 1, // Currently unused + GF_OLD_ITE_DOS = 1 << 1, // Currently unused #endif GF_EXTRA_ITE_CREDITS = 1 << 2, GF_8BIT_UNSIGNED_PCM = 1 << 3