fix small typo in #define

This commit is contained in:
Dane Springmeyer 2009-07-08 00:06:13 +00:00
parent ae96fffee0
commit 408e3fedcb

View file

@ -35,7 +35,7 @@ namespace mapnik
{ {
#ifdef BOOST_BIG_ENDIAN #ifdef BOOST_BIG_ENDIAN
#define MAPNUK_BIG_ENDIAN #define MAPNIK_BIG_ENDIAN
#endif #endif
#define int2net(A) (int16_t) (((boost::uint16_t) ((boost::uint8_t) (A)[1])) | \ #define int2net(A) (int16_t) (((boost::uint16_t) ((boost::uint8_t) (A)[1])) | \