summaryrefslogtreecommitdiff
path: root/src/win95/huffman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/huffman.cpp')
-rw-r--r--src/win95/huffman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win95/huffman.cpp b/src/win95/huffman.cpp
index 64100e1..b9523d9 100644
--- a/src/win95/huffman.cpp
+++ b/src/win95/huffman.cpp
@@ -162,7 +162,7 @@ static void MakeHuffTreeFromHuffItems(HuffNode *base, HuffItem *source, int coun
{
temp[n].bits = source[n].Count;
}
- while (upperlim = --count)
+ while ((upperlim = --count))
{
if (temp[0].zero)
temp[0].zero->parent = temp[0].one->parent = movdest;