diff options
Diffstat (limited to 'sys/i386/boot/kzipboot/unzip.c')
-rw-r--r-- | sys/i386/boot/kzipboot/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/boot/kzipboot/unzip.c b/sys/i386/boot/kzipboot/unzip.c index 5883bc0..93a2c8b 100644 --- a/sys/i386/boot/kzipboot/unzip.c +++ b/sys/i386/boot/kzipboot/unzip.c @@ -110,7 +110,7 @@ void unzip() orig_len = LG(inbuf + LOCLEN); } - if (method != DEFLATED) + if (method != DEFLATED) error("internal error, invalid method"); infl.gz_input = NextByte; infl.gz_output = Flush; |