--- a/hedgewars/uLocale.pas Sun Nov 11 16:53:16 2012 +0100
+++ b/hedgewars/uLocale.pas Sun Nov 11 17:15:19 2012 +0100
@@ -61,8 +61,8 @@
if loaded then
begin
while not eof(f) do
- begin
- readln(f, s);
+ begin
+ readln(f, s);
if Length(s) = 0 then
continue;
if (s[1] < '0') or (s[1] > '9') then