about summary refs log tree commit diff
path: root/examples/custom_mutators/simple_example.c
diff options
context:
space:
mode:
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 {