diff --git a/macunpack/arc.h b/macunpack/arc.h index 59c7f8e..67443ba 100644 --- a/macunpack/arc.h +++ b/macunpack/arc.h @@ -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! */ };