fix small typo in #define
This commit is contained in:
parent
ae96fffee0
commit
408e3fedcb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue