summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-12-02 16:13:31 +0000
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-12-02 16:13:31 +0000
commit33783a898e5450ae5bbe21a2b9c9db159f53d2ab (patch)
tree2c31c6741de7a9755c24fb0fe6c7a2b990c638fd
parentb69778d811c32fe1c2bfdd66409ff1fd3b32b64b (diff)
Fix typo in previous commit.
-rw-r--r--common/formatter.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/common/formatter.hpp b/common/formatter.hpp
index 5e2143e..59f0fea 100644
--- a/common/formatter.hpp
+++ b/common/formatter.hpp
@@ -114,31 +114,31 @@ inline std::ostream& operator<<(std::ostream& os, const Attribute *attr) {
#ifndef COMMON_LVB_LEADING_BYTE
-##define COMMON_LVB_LEADING_BYTE 0x0100
+#define COMMON_LVB_LEADING_BYTE 0x0100
#endif
#ifndef COMMON_LVB_TRAILING_BYTE
-##define COMMON_LVB_TRAILING_BYTE 0x0200
+#define COMMON_LVB_TRAILING_BYTE 0x0200
#endif
#ifndef COMMON_LVB_GRID_HORIZONTAL
-##define COMMON_LVB_GRID_HORIZONTAL 0x0400
+#define COMMON_LVB_GRID_HORIZONTAL 0x0400
#endif
#ifndef COMMON_LVB_GRID_LVERTICAL
-##define COMMON_LVB_GRID_LVERTICAL 0x0800
+#define COMMON_LVB_GRID_LVERTICAL 0x0800
#endif
#ifndef COMMON_LVB_GRID_RVERTICAL
-##define COMMON_LVB_GRID_RVERTICAL 0x1000
+#define COMMON_LVB_GRID_RVERTICAL 0x1000
#endif
#ifndef COMMON_LVB_REVERSE_VIDEO
-##define COMMON_LVB_REVERSE_VIDEO 0x4000
+#define COMMON_LVB_REVERSE_VIDEO 0x4000
#endif
#ifndef COMMON_LVB_UNDERSCORE
-##define COMMON_LVB_UNDERSCORE 0x8000
+#define COMMON_LVB_UNDERSCORE 0x8000
#endif