about summary refs log tree commit diff
path: root/include/sharedmem.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 19:12:26 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-01 19:12:26 +0100
commit4384008f817f851e7fc329f24d803a5d829cb2db (patch)
tree992f3bf0aeac42b2c1e24e3c4465099ad82ca280 /include/sharedmem.h
parent86a25e64cd019b805300380a7bb283f3eeaeb84b (diff)
downloadafl++-4384008f817f851e7fc329f24d803a5d829cb2db.tar.gz
AFL_ALIGNED_ALLOC in libdislocator
Diffstat (limited to 'include/sharedmem.h')
-rw-r--r--include/sharedmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sharedmem.h b/include/sharedmem.h
index f92fd8be..8c1c2b20 100644
--- a/include/sharedmem.h
+++ b/include/sharedmem.h
@@ -30,7 +30,7 @@
 void setup_shm(unsigned char dumb_mode);
 void remove_shm(void);
 
-extern int cmplog_mode;
+extern int             cmplog_mode;
 extern struct cmp_map* cmp_map;
 
 #endif