diff options
Diffstat (limited to 'nxcomp/src/ServerReadBuffer.cpp')
-rw-r--r-- | nxcomp/src/ServerReadBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/ServerReadBuffer.cpp b/nxcomp/src/ServerReadBuffer.cpp index 277b85216..0f5450cb3 100644 --- a/nxcomp/src/ServerReadBuffer.cpp +++ b/nxcomp/src/ServerReadBuffer.cpp @@ -68,7 +68,7 @@ unsigned int ServerReadBuffer::suggestedLength(unsigned int pendingLength) } return readLength; -} +} int ServerReadBuffer::locateMessage(const unsigned char *start, const unsigned char *end, |