diff options
Diffstat (limited to '')
-rw-r--r-- | CPP/7zip/Compress/PpmdDecoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/7zip/Compress/PpmdDecoder.cpp b/CPP/7zip/Compress/PpmdDecoder.cpp index 1238df6..3dbde75 100644 --- a/CPP/7zip/Compress/PpmdDecoder.cpp +++ b/CPP/7zip/Compress/PpmdDecoder.cpp | |||
@@ -74,6 +74,7 @@ HRESULT CDecoder::CodeSpec(Byte *memStream, UInt32 size) | |||
74 | _status = kStatus_Normal; | 74 | _status = kStatus_Normal; |
75 | Ppmd7_Init(&_ppmd, _order); | 75 | Ppmd7_Init(&_ppmd, _order); |
76 | break; | 76 | break; |
77 | default: break; | ||
77 | } | 78 | } |
78 | 79 | ||
79 | if (_outSizeDefined) | 80 | if (_outSizeDefined) |