This commit is contained in:
Arvid Norlander 2022-09-29 18:59:24 +02:00
parent 0b9ba9ae5d
commit a07435fd95
No known key found for this signature in database
GPG Key ID: E824A8E5D8D29AA0
1 changed files with 1 additions and 1 deletions

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! */
};