diff -r 5a3b1dbdd4c9 -r d362ab6c7f53 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Tue Dec 21 23:22:53 2010 +0100 +++ b/hedgewars/uStore.pas Wed Dec 22 03:05:28 2010 +0100 @@ -391,7 +391,7 @@ var tmpsurf: PSDL_Surface; s: shortstring; begin - WriteToConsole(msgLoading + filename + '.png [flags: ' + inttostr(imageFlags) + ']'); + WriteToConsole(msgLoading + filename + '.png [flags: ' + inttostr(imageFlags) + '] '); s:= filename + '.png'; tmpsurf:= IMG_Load(Str2PChar(s));