diff --git a/common.cpp b/common.cpp index 68eefbd..c487f12 100644 --- a/common.cpp +++ b/common.cpp @@ -74,7 +74,7 @@ void show_histogram(const Caches& cc, std::string Cache::*ptr, const std::string std::cout << "
" << own.first << ": " << own.second << "
\n"; else if (i == HIST_MAX) { std::cout << "\n"; - std::cout << "
\nSee more\n

\n"; + std::cout << "

\nSee more\n

\n"; std::cout << own.first << " (" << own.second << ")"; } if (i > HIST_MAX)