diff options
author | Max Horn | 2002-10-23 12:12:24 +0000 |
---|---|---|
committer | Max Horn | 2002-10-23 12:12:24 +0000 |
commit | 71e6b038837da7776b3a68c920ad9e9077196c17 (patch) | |
tree | 1b5b47b7fef80a9688130361bb481fb93de5dde9 | |
parent | d0fba1e595dc59307eccdc6b0980615146aab50e (diff) | |
download | scummvm-rg350-71e6b038837da7776b3a68c920ad9e9077196c17.tar.gz scummvm-rg350-71e6b038837da7776b3a68c920ad9e9077196c17.tar.bz2 scummvm-rg350-71e6b038837da7776b3a68c920ad9e9077196c17.zip |
typo
svn-id: r5286
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ echo "typedef unsigned $type_1_byte byte;" >> config.h echo "typedef unsigned int uint;" >> config.h echo "typedef unsigned $type_1_byte uint8;" >> config.h echo "typedef unsigned $type_2_byte uint16;" >> config.h -echo "typedef unsigned $type_3_byte uint32;" >> config.h +echo "typedef unsigned $type_4_byte uint32;" >> config.h echo "typedef signed $type_1_byte int8;" >> config.h echo "typedef signed $type_2_byte int16;" >> config.h echo "typedef signed $type_4_byte int32;" >> config.h |