Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -225,7 +225,7 @@ int CmdCustom::execute (std::string& output)
|
||||
out << ", "
|
||||
<< format (STRING_CMD_CUSTOM_TRUNCATED, maxlines - table_header);
|
||||
|
||||
out << "\n";
|
||||
out << '\n';
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user