diff --git a/beacon.h b/beacon.h index 670b617..8c35ed1 100644 --- a/beacon.h +++ b/beacon.h @@ -22,7 +22,7 @@ typedef struct { char* original; char* buffer; int length; - nt size; + int size; } formatp; void BeaconFormatAlloc(formatp* format, int maxsz);