Cleanup: Don't use string literals when character literals are needed
This commit is contained in:
@@ -127,7 +127,7 @@ int CmdLogo::execute (std::string& output)
|
||||
}
|
||||
}
|
||||
|
||||
output += "\n";
|
||||
output += '\n';
|
||||
}
|
||||
|
||||
output += optionalBlankLine ();
|
||||
|
||||
Reference in New Issue
Block a user