From 8d3975cbe1210d91ca88b3cf9d15488ba7584a64 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 28 Feb 2010 19:09:39 +0000 Subject: [PATCH] annoyed by a space. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3554 --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 61e3d067..0a9f3101 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -390,9 +390,9 @@ typedef double Real64; #if SIZEOF_INT_P == 4 typedef Bit32u Bitu; typedef Bit32s Bits; - #else +#else typedef Bit64u Bitu; typedef Bit64s Bits; - #endif +#endif ])