CHuffman::BubbleSort: speedup.

This commit is contained in:
Kaffeine 2010-09-22 20:46:51 +06:00 committed by oy
parent 3684621589
commit 21d14b9704

View file

@ -40,6 +40,7 @@ static void BubbleSort(CHuffmanConstructNode **ppList, int Size)
Changed = 1;
}
}
Size--;
}
}