diff options
Diffstat (limited to 'examples/post_library/post_library.so.c')
-rw-r--r-- | examples/post_library/post_library.so.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/post_library/post_library.so.c b/examples/post_library/post_library.so.c index 735aae9b..0aa780cb 100644 --- a/examples/post_library/post_library.so.c +++ b/examples/post_library/post_library.so.c @@ -156,3 +156,4 @@ void afl_postprocess_deinit(post_state_t *data) { free(data); } + |