mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
code format
This commit is contained in:
parent
40e5b285f2
commit
9be4f9c055
@ -70,8 +70,12 @@ void setup_custom_mutator(afl_state_t *afl) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
if (afl->afl_env.afl_python_module)
|
if (afl->afl_env.afl_python_module) {
|
||||||
|
|
||||||
FATAL("Your AFL binary was built without Python support");
|
FATAL("Your AFL binary was built without Python support");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user