Skip to content

Commit

Permalink
Fix a typo in the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed May 27, 2024
1 parent 9945c68 commit d2874a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
Example 3, Simpleson harness ([PR](https://github.com/gregjesl/simpleson/pull/40))

```c
nclude <stdlib.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit d2874a7

Please sign in to comment.