summaryrefslogtreecommitdiff
path: root/zinflate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zinflate.cpp')
-rw-r--r--zinflate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zinflate.cpp b/zinflate.cpp
index 339d1b1..3910c50 100644
--- a/zinflate.cpp
+++ b/zinflate.cpp
@@ -488,9 +488,9 @@ bool Inflator::DecodeBody()
switch (m_nextDecode)
{
+ case LITERAL:
while (true)
{
- case LITERAL:
if (!pLiteralDecoder->Decode(m_reader, m_literal))
{
m_nextDecode = LITERAL;