Add missing semicolons after log statements

This commit is contained in:
moneromooo-monero 2015-12-19 14:47:37 +00:00
parent 5d33b43d8d
commit 3f2970fadb
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 12 additions and 12 deletions

View file

@ -88,7 +88,7 @@ public:
{
m_flush = false;
LOG_PRINT(m_oss.str(), m_log_level)
LOG_PRINT(m_oss.str(), m_log_level);
if (epee::log_space::console_color_default == m_color)
{