DEADSOFTWARE

put "{$MODE ...}" directive in each source file; removed trailing spaces, and convert...
[d2df-sdl.git] / src / shared / CONFIG.pas
index 00129f32124f2d829fb4453bb60fda82e5fd8e9b..0a4898e2838c2db4c47fd0fc14a8ba971461bd27 100644 (file)
@@ -1,3 +1,4 @@
+{$MODE DELPHI}
 unit CONFIG;
 
 {
@@ -245,7 +246,7 @@ end;
 
 procedure TConfig.WriteBool(Section, Param: string; Value: Boolean);
 begin
- WriteParam(Section, Param, BoolToStr(Value)); 
+ WriteParam(Section, Param, BoolToStr(Value));
 end;
 
 procedure TConfig.WriteInt(Section, Param: string; Value: Integer);