Skip to content

Commit 2f083d5

Browse files
committed
ZipInputStream small correction to comment
1 parent 1aece68 commit 2f083d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Zip/ZipInputStream.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@ public override int ReadByte()
360360
return b[0] & 0xff;
361361
}
362362

363-
// Perform the initial read on an entry which may include reading encryption headers and setting up inflation.
363+
// Perform the initial read on an entry which may include
364+
// reading encryption headers and setting up inflation.
364365
int InitialRead(byte[] destination, int offset, int count)
365366
{
366367
if (entry.Version > ZipConstants.VERSION_MADE_BY) {

0 commit comments

Comments
 (0)