mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-05 03:48:44 -06:00
sys: Missed one
This commit is contained in:
@@ -36,7 +36,7 @@ namespace hex {
|
||||
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;
|
||||
|
||||
if (numBytes == 0)
|
||||
|
||||
Reference in New Issue
Block a user