mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix small typo in #define
This commit is contained in:
parent
ae96fffee0
commit
408e3fedcb
@ -35,7 +35,7 @@ namespace mapnik
|
||||
{
|
||||
|
||||
#ifdef BOOST_BIG_ENDIAN
|
||||
#define MAPNUK_BIG_ENDIAN
|
||||
#define MAPNIK_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#define int2net(A) (int16_t) (((boost::uint16_t) ((boost::uint8_t) (A)[1])) | \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user