From e870c689785a2aa006a655c5a8db0002b211b9ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 10 Dec 2011 18:41:09 +0100 Subject: [PATCH] Check64BitPortability: Wiki formatting update --- lib/check64bit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/check64bit.h b/lib/check64bit.h index ef588c8ec..355b29000 100644 --- a/lib/check64bit.h +++ b/lib/check64bit.h @@ -76,7 +76,7 @@ private: std::string classInfo() const { return "Check if there is 64-bit portability issues:\n" - " * assign address to/from int/long"; + "* assign address to/from int/long"; } }; /// @}