mirror of
https://github.com/wnayes/macutils.git
synced 2024-12-22 01:30:15 +00:00
Fix typo
This commit is contained in:
parent
0b9ba9ae5d
commit
a07435fd95
@ -35,7 +35,7 @@ typedef struct fileHdr { /* 84 or 88 bytes */
|
|||||||
unsigned long size;
|
unsigned long size;
|
||||||
unsigned short date;
|
unsigned short date;
|
||||||
unsigned short time;
|
unsigned short time;
|
||||||
unsigend short crc;
|
unsigned short crc;
|
||||||
unsigned long size2; /* Identical to size; this is wrong for Arc! */
|
unsigned long size2; /* Identical to size; this is wrong for Arc! */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user