binpac: Fixing compiler warning

This commit is contained in:
Robin Sommer 2011-08-08 16:13:53 -07:00 committed by Tim Wojtulewicz
parent 1d6cea8c52
commit 77e4315a57

View file

@ -40,7 +40,7 @@ typedef unsigned char uint8;
typedef unsigned short uint16; typedef unsigned short uint16;
typedef unsigned int uint32; typedef unsigned int uint32;
typedef unsigned long long uint64; typedef unsigned long long uint64;
typedef void *nullptr; typedef void *nulptr;
typedef void *voidptr; typedef void *voidptr;
typedef uint8 *byteptr; typedef uint8 *byteptr;
typedef const uint8 *const_byteptr; typedef const uint8 *const_byteptr;