diff options
author | hexcoder- <heiko@hexco.de> | 2019-09-21 10:13:11 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2019-09-21 10:13:11 +0200 |
commit | ad1750b53d51787e52977181c4e032adb489ac13 (patch) | |
tree | 34afc63c6496ef3109794734da96ea113fdaacfc | |
parent | e909d5f5c2901c375380e4153b97ce34c04ea16f (diff) | |
download | afl++-ad1750b53d51787e52977181c4e032adb489ac13.tar.gz |
oops, typo corrected
-rw-r--r-- | src/afl-fuzz-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-init.c b/src/afl-fuzz-init.c index 808edb2b..fab82e2d 100644 --- a/src/afl-fuzz-init.c +++ b/src/afl-fuzz-init.c @@ -1480,7 +1480,7 @@ void check_cpu_governor(void) { min / 1024, max / 1024); FATAL("Suboptimal CPU scaling governor"); -#elsif defined __APPLE__ +#elif defined __APPLE__ u64 min = 0, max = 0; size_t mlen = sizeof(min); if (getenv("AFL_SKIP_CPUFREQ")) return; |