hedgewars/uConsole.pas
changeset 6528 fb2918089225
parent 6444 eddc1e9bcd81
child 6580 6155187bf599
--- a/hedgewars/uConsole.pas	Mon Dec 12 00:10:11 2011 +0100
+++ b/hedgewars/uConsole.pas	Mon Dec 12 00:10:55 2011 +0100
@@ -26,7 +26,7 @@
 procedure WriteToConsole(s: shortstring);
 procedure WriteLnToConsole(s: shortstring);
 function  GetLastConsoleLine: shortstring;
-function ShortStringAsPChar(s: shortstring): PChar;
+function  ShortStringAsPChar(s: shortstring): PChar;
 
 implementation
 uses Types, uVariables, uUtils {$IFDEF ANDROID}, log in 'log.pas'{$ENDIF};