1
0
Fork 0

annoyed by a space.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3554
This commit is contained in:
Peter Veenstra 2010-02-28 19:09:39 +00:00
parent e19e93e5c2
commit 8d3975cbe1

View file

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