]> git.cworth.org Git - apitrace/commitdiff
Fix typo in previous commit.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 2 Dec 2011 16:13:31 +0000 (16:13 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 2 Dec 2011 16:13:31 +0000 (16:13 +0000)
common/formatter.hpp

index 5e2143e884b5801b9d48a79c091ee652a462777b..59f0feac22220f53dc00474edc9f5355694fe330 100644 (file)
@@ -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