about summary refs log tree commit diff
path: root/custom_mutators/gramatron/gramfuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-26 10:23:00 +0200
committervanhauser-thc <vh@thc.org>2021-07-26 10:29:47 +0200
commit30679edc1a3c04f386bfb96af33c65c0b818e9b8 (patch)
tree01de82855b855446b8ea79367297faccf28f8b4e /custom_mutators/gramatron/gramfuzz.c
parentdc16d8d998a8fb3a2c6942858cca3b326c28154a (diff)
downloadafl++-30679edc1a3c04f386bfb96af33c65c0b818e9b8.tar.gz
fix gramatron
Diffstat (limited to 'custom_mutators/gramatron/gramfuzz.c')
-rw-r--r--custom_mutators/gramatron/gramfuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/gramatron/gramfuzz.c b/custom_mutators/gramatron/gramfuzz.c
index d64d2fa9..5f6906bd 100644
--- a/custom_mutators/gramatron/gramfuzz.c
+++ b/custom_mutators/gramatron/gramfuzz.c
@@ -168,7 +168,7 @@ my_mutator_t *afl_custom_init(afl_state_t *afl, unsigned int seed) {
 
     fprintf(stderr,
             "\nError: GrammaTron needs an automation json file set in "
-            "AFL_GRAMATRON_AUTOMATON\n");
+            "GRAMATRON_AUTOMATION\n");
     exit(-1);
 
   }