DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / engine / e_log.pas
index e524c1a1a9f522e70191ef1543af9d132912e254..1a2499060453086ace60781d3c3b85e7fabd995d 100644 (file)
@@ -1,3 +1,4 @@
+{$MODE DELPHI}
 {$R-}
 unit e_log;
 
@@ -60,7 +61,7 @@ begin
       if WriteTime then
         OutStr := '['+TimeToStr(Time)+'] '+Prefix+' '+TextLine
       else
-        OutStr := Prefix+' '+TextLine;  
+        OutStr := Prefix+' '+TextLine;
       Writeln(LogFile, OutStr);
       if e_WriteToStdOut then
         Writeln(OutStr);