aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/bzip2/lib/compress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/bzip2/lib/compress.c')
-rw-r--r--src/cmd/bzip2/lib/compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/bzip2/lib/compress.c b/src/cmd/bzip2/lib/compress.c
index 06251227..96c55918 100644
--- a/src/cmd/bzip2/lib/compress.c
+++ b/src/cmd/bzip2/lib/compress.c
@@ -268,7 +268,7 @@ void generateMTFValues ( EState* s )
if (zPend < 2) break;
zPend = (zPend - 2) / 2;
};
-//rsc: not used zPend = 0;
+/*rsc: not used zPend = 0; */
}
mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;