Check64BitPortability: Wiki formatting update

This commit is contained in:
Daniel Marjamäki 2011-12-10 18:41:09 +01:00
parent c5a1b5ecab
commit e870c68978
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
};
/// @}