about summary refs log tree commit diff
path: root/examples/custom_mutators/simple_example.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-11-12 23:47:49 +0100
committerhexcoder- <heiko@hexco.de>2020-11-12 23:47:49 +0100
commit4a4c14c9a926a75a52d3775098211cf3a89e0a7d (patch)
treeaceeaee96594b29796c96e4fd1e96c67b45fd8d7 /examples/custom_mutators/simple_example.c
parent35fd6847fe99c2f7bbec247c71b44babcdcab2b8 (diff)
downloadafl++-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.c2
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 {