Use plain ascii text in the code comments
This commit is contained in:
parent
37421a1b9a
commit
330cb88952
@ -93,7 +93,7 @@ shearwater_common_decompress_lre (unsigned char *data, unsigned int size, dc_buf
|
|||||||
|
|
||||||
// The 9th bit indicates whether the remaining 8 bits represent
|
// The 9th bit indicates whether the remaining 8 bits represent
|
||||||
// a run of zero bytes or not. If the bit is set, the value is
|
// a run of zero bytes or not. If the bit is set, the value is
|
||||||
// not a run and doesn’t need expansion. If the bit is not set,
|
// not a run and doesn't need expansion. If the bit is not set,
|
||||||
// the value contains the number of zero bytes in the run. A
|
// the value contains the number of zero bytes in the run. A
|
||||||
// zero-length run indicates the end of the compressed stream.
|
// zero-length run indicates the end of the compressed stream.
|
||||||
if (value & 0x100) {
|
if (value & 0x100) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user