diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-16 15:32:04 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-16 15:32:04 +0200 |
commit | b10007a7b5bcc231c98f9150b073daf3f1b18c95 (patch) | |
tree | 0489510c23877e7f2eb560c6cd3fe95dc5f997e2 /include/debug.h | |
parent | 19ce862810e504494af8e92717b57ca15cb2480b (diff) | |
download | afl++-b10007a7b5bcc231c98f9150b073daf3f1b18c95.tar.gz |
renamed duplicated func names
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/debug.h b/include/debug.h index 890e8d70..4cce56b5 100644 --- a/include/debug.h +++ b/include/debug.h @@ -31,7 +31,6 @@ /* __FUNCTION__ is non-iso */ #ifdef __func__ #define __FUNCTION__ __func__ -#else #endif /******************* |