From 30679edc1a3c04f386bfb96af33c65c0b818e9b8 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 26 Jul 2021 10:23:00 +0200 Subject: fix gramatron --- custom_mutators/gramatron/gramfuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom_mutators/gramatron/gramfuzz.c') 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); } -- cgit 1.4.1