about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorrish9101 <rranjan@cs.iitr.ac.in>2020-05-13 19:25:23 +0530
committerrish9101 <rranjan@cs.iitr.ac.in>2020-05-13 19:25:23 +0530
commit45bddcd8082eedeeb09500d764c540bc02ec0d74 (patch)
treeb9744267123d9579e23befb50baeea40a5c0e42a /include/afl-fuzz.h
parent9627458ecc61783aa1f8bf76835abe00c4107739 (diff)
downloadafl++-45bddcd8082eedeeb09500d764c540bc02ec0d74.tar.gz
Fix bugs, remove intial post library test
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 057f78c2..cf8ef735 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -260,7 +260,7 @@ enum {
 
   /* 00 */ PY_FUNC_INIT,
   /* 01 */ PY_FUNC_FUZZ,
-  /* 02 */ PY_FUNC_post_process,
+  /* 02 */ PY_FUNC_POST_PROCESS,
   /* 03 */ PY_FUNC_INIT_TRIM,
   /* 04 */ PY_FUNC_POST_TRIM,
   /* 05 */ PY_FUNC_TRIM,