forgot semiclon
This commit is contained in:
@@ -17,7 +17,7 @@ namespace jlog
|
||||
if (!t.delimiter.empty())
|
||||
{
|
||||
SetConsoleTextColor(t.colorCode.nt_code);
|
||||
ft = std::string(1, t.delimiter[0]) + t.content + std::string(1, t.delimiter[1]) + " "
|
||||
ft = std::string(1, t.delimiter[0]) + t.content + std::string(1, t.delimiter[1]) + " ";
|
||||
}
|
||||
|
||||
SetConsoleTextColor(t.colorCode.nt_code);
|
||||
|
Reference in New Issue
Block a user