diff options
author | van Hauser <vh@thc.org> | 2022-05-16 12:34:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 12:34:38 +0200 |
commit | a2eb1f14126cffd046c44d5e87e945ed2699cec5 (patch) | |
tree | 2eecf55a92eec04e67aa3a9d9bec8e5f50659de6 /include/debug.h | |
parent | c7bb0a9638a8929a5b664f16032c23a55a84be70 (diff) | |
parent | c08eeb95ca78625cf3f8a96bd04320c57c50d0f1 (diff) | |
download | afl++-a2eb1f14126cffd046c44d5e87e945ed2699cec5.tar.gz |
Merge pull request #1404 from AFLplusplus/dev
push to stable
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index e2ee16a8..c2f20f0f 100644 --- a/include/debug.h +++ b/include/debug.h @@ -388,6 +388,8 @@ static inline const char *colorfilter(const char *x) { \ } while (1); \ \ + \ + \ } while (0) #define ck_read(fd, buf, len, fn) \ |