mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
CHuffman::BubbleSort: speedup.
This commit is contained in:
parent
3684621589
commit
21d14b9704
|
@ -40,6 +40,7 @@ static void BubbleSort(CHuffmanConstructNode **ppList, int Size)
|
|||
Changed = 1;
|
||||
}
|
||||
}
|
||||
Size--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue