diff options
Diffstat (limited to 'nxcomp/src/DecodeBuffer.cpp')
-rw-r--r-- | nxcomp/src/DecodeBuffer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/DecodeBuffer.cpp b/nxcomp/src/DecodeBuffer.cpp index 09ed67347..d3e2aa474 100644 --- a/nxcomp/src/DecodeBuffer.cpp +++ b/nxcomp/src/DecodeBuffer.cpp @@ -471,7 +471,7 @@ const unsigned char *DecodeBuffer::decodeMemory(unsigned int numBytes) << " bytes in buffer.\n" << logofs_flush; #endif - const unsigned char *result; + const unsigned char *result; // // Force ourselves to a byte boundary. |