summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/basecode.cpp b/basecode.cpp
index 51347b6..6a0bfad 100644
--- a/basecode.cpp
+++ b/basecode.cpp
@@ -82,7 +82,7 @@ unsigned int BaseN_Encoder::Put2(const byte *begin, unsigned int length, int mes
FILTER_OUTPUT(2, m_outBuf, m_bytePos, messageEnd);
m_bytePos = m_bitPos = 0;
}
- FILTER_END;
+ FILTER_END_NO_MESSAGE_END;
}
void BaseN_Decoder::IsolatedInitialize(const NameValuePairs &parameters)