mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 00:31:33 +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
|
||||
if (afl->afl_env.afl_python_module)
|
||||
if (afl->afl_env.afl_python_module) {
|
||||
|
||||
FATAL("Your AFL binary was built without Python support");
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user