Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lingeringwillx authored Dec 17, 2023
1 parent 4639b00 commit 0fa680d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions practice/compression.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace qfs {
return bytes();
}

// 111ppppp
// 111ppp00
dst[dstPos++] = 0b11100000 + ((plain - 4) >> 2);

copyBytes(src, srcPos, dst, dstPos, plain);
Expand Down Expand Up @@ -234,4 +234,4 @@ namespace qfs {
return dst;
}

}
}

0 comments on commit 0fa680d

Please sign in to comment.