; * src/decompress.c: Fix comment style.

This commit is contained in:
Eli Zaretskii 2020-03-29 19:14:13 +03:00
parent 1af03e7e92
commit f3ccfb1926

View file

@ -224,7 +224,7 @@ This function can be called only in unibyte buffers. */)
unwind_data.start = 0;
/* Delete the compressed data. */
del_range_2 (istart, istart, /* byte and char offsets are the same. */
del_range_2 (istart, istart, /* byte and char offsets are the same */
iend, iend, 0);
signal_after_change (istart, iend - istart, unwind_data.nbytes);