Cleanup: fix compiler warning in makesdna

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2023-07-24 12:25:28 +02:00
parent 8ace65e3c6
commit 546892bdbc

View File

@@ -1075,7 +1075,7 @@ static int calculate_struct_sizes(int firststruct, FILE *file_verify, const char
if (sizeof(void *) == 8 && (size_native % 8)) {
fprintf(stderr,
"Align struct error: %s::%s (starts at %d on the native platform; "
"%d %% %lu = %d bytes)\n",
"%d %% %zu = %d bytes)\n",
types[structtype],
cp,
size_native,