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,