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 ])