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