summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common/Logging.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/Logging.h b/lib/common/Logging.h
index 155c0891..bdc9e8ab 100644
--- a/lib/common/Logging.h
+++ b/lib/common/Logging.h
@@ -49,13 +49,13 @@
std::internal << \
std::setw(10) << \
std::setfill('0') << \
- (accno) << \\
+ (accno) << \
std::dec
#define BOX_FORMAT_OBJECTID(objectid) \
std::hex << \
std::showbase << \
- (objectid) << \\
+ (objectid) << \
std::dec
#undef ERROR