diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-21 14:40:16 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-21 14:40:23 +0200 |
commit | ecb5854be08fa978be3320c1f8333f6cc3261fec (patch) | |
tree | dbfaa691e9f3d311531c229bc316066742758d9f /include/debug.h | |
parent | 25b650f59d2c8045104c77b5bd9edfba662ff0aa (diff) | |
download | afl++-ecb5854be08fa978be3320c1f8333f6cc3261fec.tar.gz |
add zlib compression for fast resume
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/debug.h b/include/debug.h index 5496135c..c66d0334 100644 --- a/include/debug.h +++ b/include/debug.h @@ -409,8 +409,6 @@ static inline const char *colorfilter(const char *x) { \ } while (1); \ \ - \ - \ } while (0) #define ck_read(fd, buf, len, fn) \ |