diff --git a/tools/binpac/lib/binpac.h.in b/tools/binpac/lib/binpac.h.in index eaef8e7fcd..16af8a18c5 100644 --- a/tools/binpac/lib/binpac.h.in +++ b/tools/binpac/lib/binpac.h.in @@ -40,7 +40,7 @@ typedef unsigned char uint8; typedef unsigned short uint16; typedef unsigned int uint32; typedef unsigned long long uint64; -typedef void *nullptr; +typedef void *nulptr; typedef void *voidptr; typedef uint8 *byteptr; typedef const uint8 *const_byteptr;