No bug - Remove a stray semicolon

This commit is contained in:
Ms2ger 2013-09-06 08:41:34 +02:00
Родитель 82fdf2f606
Коммит 9e242a759d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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