From ea478917852f3052bc8cfbb3e76fcdd48c1bfe75 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 8 Oct 2007 23:52:51 +0000 Subject: Fix double backslashes --- lib/common/Logging.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3