aboutsummaryrefslogtreecommitdiff
path: root/include/debug.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 10:03:51 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 10:03:51 +0200
commite1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch)
tree90b9797ca310168cf1be02959d1738df9650a3f6 /include/debug.h
parent9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff)
downloadafl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz
fix typo in custom format
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/include/debug.h b/include/debug.h
index 201ff943..cccfc284 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -3,7 +3,7 @@
----------------------------------------------------
Originally written by Michal Zalewski <lcamtuf@google.com>
-
+
Now maintained by by Marc Heuse <mh@mh-sec.de>,
Heiko Eißfeldt <heiko.eissfeldt@hexco.de> and
Andrea Fioraldi <andreafioraldi@gmail.com>
@@ -105,7 +105,7 @@
#define bgLCY ""
#define bgBRI ""
-#endif /* ^USE_COLOR */
+#endif /* ^USE_COLOR */
/*************************
* Box drawing sequences *
@@ -113,21 +113,21 @@
#ifdef FANCY_BOXES
-#define SET_G1 "\x1b)0" /* Set G1 for box drawing */
-#define RESET_G1 "\x1b)B" /* Reset G1 to ASCII */
-#define bSTART "\x0e" /* Enter G1 drawing mode */
-#define bSTOP "\x0f" /* Leave G1 drawing mode */
-#define bH "q" /* Horizontal line */
-#define bV "x" /* Vertical line */
-#define bLT "l" /* Left top corner */
-#define bRT "k" /* Right top corner */
-#define bLB "m" /* Left bottom corner */
-#define bRB "j" /* Right bottom corner */
-#define bX "n" /* Cross */
-#define bVR "t" /* Vertical, branch right */
-#define bVL "u" /* Vertical, branch left */
-#define bHT "v" /* Horizontal, branch top */
-#define bHB "w" /* Horizontal, branch bottom */
+#define SET_G1 "\x1b)0" /* Set G1 for box drawing */
+#define RESET_G1 "\x1b)B" /* Reset G1 to ASCII */
+#define bSTART "\x0e" /* Enter G1 drawing mode */
+#define bSTOP "\x0f" /* Leave G1 drawing mode */
+#define bH "q" /* Horizontal line */
+#define bV "x" /* Vertical line */
+#define bLT "l" /* Left top corner */
+#define bRT "k" /* Right top corner */
+#define bLB "m" /* Left bottom corner */
+#define bRB "j" /* Right bottom corner */
+#define bX "n" /* Cross */
+#define bVR "t" /* Vertical, branch right */
+#define bVL "u" /* Vertical, branch left */
+#define bHT "v" /* Horizontal, branch top */
+#define bHB "w" /* Horizontal, branch bottom */
#else
@@ -147,7 +147,7 @@
#define bHT "+"
#define bHB "+"
-#endif /* ^FANCY_BOXES */
+#endif /* ^FANCY_BOXES */
/***********************
* Misc terminal codes *
@@ -169,7 +169,7 @@
#define SAYF(x...) printf(x)
#else
#define SAYF(x...) fprintf(stderr, x)
-#endif /* ^MESSAGES_TO_STDOUT */
+#endif /* ^MESSAGES_TO_STDOUT */
/* Show a prefixed warning. */
@@ -286,5 +286,5 @@
\
} while (0)
-#endif /* ! _HAVE_DEBUG_H */
+#endif /* ! _HAVE_DEBUG_H */