diff options
author | van Hauser <vh@thc.org> | 2020-03-22 10:07:59 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-22 10:07:59 +0100 |
commit | 7374af51d1b42a866d954226bf0acf9c9a01e650 (patch) | |
tree | ff5fcb1ea1cd4e3a7ba5c165524176750999c584 /include | |
parent | 38fa2fe0b1abdf693e197da5dd83fdc5c6772634 (diff) | |
download | afl++-7374af51d1b42a866d954226bf0acf9c9a01e650.tar.gz |
silly, silly typo
Diffstat (limited to 'include')
-rw-r--r-- | include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h index 6ced60b1..ff2845f9 100644 --- a/include/debug.h +++ b/include/debug.h @@ -32,7 +32,7 @@ * Terminal colors * *******************/ -#ifndev MESSAGES_TO_STDOUT +#ifndef MESSAGES_TO_STDOUT #define MESSAGES_TO_STDOUT #endif |