Cleanup: Remove doubled semicolon and a trailing whitespace.
This commit is contained in:
parent
694ed94b14
commit
bb9112df02
@ -647,7 +647,7 @@ PackageFileHeapWriter::_UnwriteLastPartialChunk()
|
||||
|
||||
status_t error = ReadAndDecompressChunkData(lastChunkOffset,
|
||||
compressedSize, lastChunkSize, fCompressedDataBuffer,
|
||||
fPendingDataBuffer);;
|
||||
fPendingDataBuffer);
|
||||
if (error != B_OK)
|
||||
throw error;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user