1
0
mirror of synced 2025-01-29 19:17:28 +01:00

sys: Missed one

This commit is contained in:
WerWolv 2021-03-02 14:36:29 +01:00
parent 9481c70ecd
commit a9635bb78a

View File

@ -36,7 +36,7 @@ namespace hex {
View::unsubscribeEvent(Events::DataChanged); View::unsubscribeEvent(Events::DataChanged);
} }
static float calculateEntropy(std::array<u64, 256> &valueCounts, size_t numBytes) { static float calculateEntropy(std::array<ImU64, 256> &valueCounts, size_t numBytes) {
float entropy = 0; float entropy = 0;
if (numBytes == 0) if (numBytes == 0)