diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 10:03:51 +0200 |
| commit | e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch) | |
| tree | 90b9797ca310168cf1be02959d1738df9650a3f6 /include/hash.h | |
| parent | 9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff) | |
| download | afl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz | |
fix typo in custom format
Diffstat (limited to 'include/hash.h')
| -rw-r--r-- | include/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hash.h b/include/hash.h index 0ffaa410..7085df32 100644 --- a/include/hash.h +++ b/include/hash.h @@ -99,7 +99,7 @@ static inline u32 hash32(const void* key, u32 len, u32 seed) { } -#endif /* ^__x86_64__ */ +#endif /* ^__x86_64__ */ -#endif /* !_HAVE_HASH_H */ +#endif /* !_HAVE_HASH_H */ |
