2
0
Эх сурвалжийг харах

added forgotten new line

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6813 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 9 жил өмнө
parent
commit
429e44801f

+ 1 - 1
source/SystemTools.Mod

@@ -359,7 +359,7 @@ BEGIN
 	context.out.String("Heaps: total="); context.out.Int(total,0);
 	context.out.String("Heaps: total="); context.out.Int(total,0);
 	context.out.String(" bytes; free="); context.out.Int(free,0);
 	context.out.String(" bytes; free="); context.out.Int(free,0);
 	context.out.String(" bytes; largest free block size="); context.out.Int(largest,0);
 	context.out.String(" bytes; largest free block size="); context.out.Int(largest,0);
-	context.out.String(" bytes");
+	context.out.String(" bytes"); context.out.Ln;
 END Watch;
 END Watch;
 
 
 (* Changes the extension, Usage: RenameExtension extFrom extTo~ *)
 (* Changes the extension, Usage: RenameExtension extFrom extTo~ *)