From 70b4604e31d738f37d67b5cf6c8af5a998b9863b Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sat, 28 Sep 2002 01:02:03 +0000 Subject: [PATCH] Looks like "vim" is having some fun with me. --- nufxlib-0/Compress.c | 2 +- nufxlib-0/Squeeze.c | 2 +- nufxlib-0/Value.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nufxlib-0/Compress.c b/nufxlib-0/Compress.c index 56c1b3d..3228a2b 100644 --- a/nufxlib-0/Compress.c +++ b/nufxlib-0/Compress.c @@ -204,7 +204,7 @@ Nu_CompressToArchive(NuArchive* pArchive, NuDataSource* pDataSource, &threadCrc); break; default: - /* should've been blocked in Value.c */ + /* should've been blocked in Value.c */ Assert(0); err = kNuErrInternal; goto bail; diff --git a/nufxlib-0/Squeeze.c b/nufxlib-0/Squeeze.c index c65b940..597600e 100644 --- a/nufxlib-0/Squeeze.c +++ b/nufxlib-0/Squeeze.c @@ -136,7 +136,7 @@ Nu_SQGetcCRC(SQState* pSqState, int* pSym) pSqState->crc = Nu_CalcCRC16(pSqState->crc, &c, 1); } *pSym = c; - pSqState->uncompRemaining--; + pSqState->uncompRemaining--; } return err; diff --git a/nufxlib-0/Value.c b/nufxlib-0/Value.c index 0621a0c..9b06688 100644 --- a/nufxlib-0/Value.c +++ b/nufxlib-0/Value.c @@ -208,8 +208,8 @@ Nu_ConvertCompressValToFormat(NuArchive* pArchive, NuValue compValue) case kNuCompressLZW1: threadFormat = kNuThreadFormatLZW1; break; case kNuCompressLZW2: threadFormat = kNuThreadFormatLZW2; break; case kNuCompressSQ: threadFormat = kNuThreadFormatHuffmanSQ; break; - case kNuCompressLZC12: threadFormat = kNuThreadFormatLZC12; break; - case kNuCompressLZC16: threadFormat = kNuThreadFormatLZC16; break; + case kNuCompressLZC12: threadFormat = kNuThreadFormatLZC12; break; + case kNuCompressLZC16: threadFormat = kNuThreadFormatLZC16; break; default: Assert(false); Nu_ReportError(NU_BLOB, kNuErrInvalidArg,