From a07435fd95efbd01f551f04ede9bde3092365cd0 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Thu, 29 Sep 2022 18:59:24 +0200 Subject: [PATCH] Fix typo --- macunpack/arc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! */ };