hedgewars/uIO.pas
branchqmlfrontend
changeset 10748 dc587913987c
parent 10606 8e95911cb86b
parent 10663 9bbb29d2bd68
child 10886 99273b7afbff
--- a/hedgewars/uIO.pas	Thu Dec 18 00:03:53 2014 +0300
+++ b/hedgewars/uIO.pas	Sat Jan 03 23:46:26 2015 +0300
@@ -180,7 +180,7 @@
 repeat
     BlockRead(f, s[1], 255 - Length(ss), i);
     if i > 0 then
-    begin
+        begin
         s[0]:= char(i);
         ss:= ss + s;
         while (Length(ss) > 1)and(Length(ss) > byte(ss[1])) do