This commit is contained in:
Kyle Avery
2024-11-18 13:15:34 +00:00
parent 5bfb85ea61
commit ac85d79cbe
+1 -1
View File
@@ -22,7 +22,7 @@ typedef struct {
char* original;
char* buffer;
int length;
nt size;
int size;
} formatp;
void BeaconFormatAlloc(formatp* format, int maxsz);