This commit is contained in:
Arvid Norlander
2022-09-29 18:59:24 +02:00
parent 0b9ba9ae5d
commit a07435fd95

View File

@@ -35,7 +35,7 @@ typedef struct fileHdr { /* 84 or 88 bytes */
unsigned long size;
unsigned short date;
unsigned short time;
unsigend short crc;
unsigned short crc;
unsigned long size2; /* Identical to size; this is wrong for Arc! */
};