hedgewars/uConsole.pas
changeset 7151 ec15d9e1a7e3
parent 7134 beb16926ae5c
child 8437 93b647d6a00f
--- a/hedgewars/uConsole.pas	Wed May 30 19:01:19 2012 +0400
+++ b/hedgewars/uConsole.pas	Thu May 31 15:14:39 2012 +0400
@@ -85,7 +85,7 @@
 {$IFNDEF NOCONSOLE}
 WriteToConsole(s);
 {$IFNDEF ANDROID}
-WriteLn(stderr);
+WriteLn(stderr, '');
 inc(CurrLine);
 if CurrLine = cLinesCount then
     CurrLine:= 0;