diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-12 23:47:49 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-12 23:47:49 +0100 |
commit | 4a4c14c9a926a75a52d3775098211cf3a89e0a7d (patch) | |
tree | aceeaee96594b29796c96e4fd1e96c67b45fd8d7 /examples/custom_mutators/simple_example.c | |
parent | 35fd6847fe99c2f7bbec247c71b44babcdcab2b8 (diff) | |
download | afl++-4a4c14c9a926a75a52d3775098211cf3a89e0a7d.tar.gz |
more fixes, leaks and compile errors
Diffstat (limited to 'examples/custom_mutators/simple_example.c')
-rw-r--r-- | examples/custom_mutators/simple_example.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_mutators/simple_example.c b/examples/custom_mutators/simple_example.c index a351d787..d888ec1f 100644 --- a/examples/custom_mutators/simple_example.c +++ b/examples/custom_mutators/simple_example.c @@ -8,7 +8,7 @@ #include <stdio.h> #ifndef _FIXED_CHAR - #define 0x41 + #define _FIXED_CHAR 0x41 #endif typedef struct my_mutator { |