Add missing carriage return (Thanks fallen)
This commit is contained in:
parent
e225742415
commit
432f06a21e
|
@ -537,7 +537,7 @@ terminal:
|
||||||
TOKTERMINAL WHITESPACE STR
|
TOKTERMINAL WHITESPACE STR
|
||||||
{
|
{
|
||||||
ELOG("The terminal option is DEPRECATED and has no effect. "
|
ELOG("The terminal option is DEPRECATED and has no effect. "
|
||||||
"Please remove it from your configuration file.");
|
"Please remove it from your configuration file.\n");
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue