No bug - Remove a stray semicolon

This commit is contained in:
Ms2ger 2013-09-06 08:41:34 +02:00
parent 82fdf2f606
commit 9e242a759d

View File

@ -45,7 +45,7 @@ private:
// File handle for the temporary file
PRFileDesc* mFD;
// Used to protect the mEncodedBuffer for avoiding AppendBuffer/Consume on different thread at the same time.
Mutex mMutex;;
Mutex mMutex;
// the current buffer size can be read
uint64_t mDataSize;
// The maximal buffer allowed in memory