about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorche30122 <che30122@gmail.com>2022-04-28 15:35:25 +0800
committerche30122 <che30122@gmail.com>2022-04-28 15:35:25 +0800
commit46d5452c864cef04994e67b0fe319dcfa61d120e (patch)
tree0003470c83040b95636362e80ea8119a5306e591 /include/debug.h
parentc7bb0a9638a8929a5b664f16032c23a55a84be70 (diff)
downloadafl++-46d5452c864cef04994e67b0fe319dcfa61d120e.tar.gz
update afl-sharedmem.c
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h2
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)                              \