Cleanup: Remove doubled semicolon and a trailing whitespace.

This commit is contained in:
Michael Lotz 2014-10-10 20:35:46 +02:00
parent 694ed94b14
commit bb9112df02
1 changed files with 2 additions and 2 deletions

View File

@ -647,7 +647,7 @@ PackageFileHeapWriter::_UnwriteLastPartialChunk()
status_t error = ReadAndDecompressChunkData(lastChunkOffset,
compressedSize, lastChunkSize, fCompressedDataBuffer,
fPendingDataBuffer);;
fPendingDataBuffer);
if (error != B_OK)
throw error;