From 4a4c14c9a926a75a52d3775098211cf3a89e0a7d Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 12 Nov 2020 23:47:49 +0100 Subject: more fixes, leaks and compile errors --- examples/custom_mutators/simple_example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/custom_mutators/simple_example.c') 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 #ifndef _FIXED_CHAR - #define 0x41 + #define _FIXED_CHAR 0x41 #endif typedef struct my_mutator { -- cgit 1.4.1