about summary refs log tree commit diff
path: root/examples/post_library/post_library.so.c
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 /examples/post_library/post_library.so.c
parent9627458ecc61783aa1f8bf76835abe00c4107739 (diff)
downloadafl++-45bddcd8082eedeeb09500d764c540bc02ec0d74.tar.gz
Fix bugs, remove intial post library test
Diffstat (limited to 'examples/post_library/post_library.so.c')
-rw-r--r--examples/post_library/post_library.so.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/post_library/post_library.so.c b/examples/post_library/post_library.so.c
index 69fb221e..d9504b23 100644
--- a/examples/post_library/post_library.so.c
+++ b/examples/post_library/post_library.so.c
@@ -83,7 +83,7 @@ typedef struct post_state {
 
 } post_state_t;
 
-void *afl_postprocess_init(void *afl, unsigned int seed{
+void *afl_postprocess_init(void *afl, unsigned int seed) {
 
   post_state_t *state = malloc(sizeof(post_state_t));
   if (!state) {