Browse Source

added a forgotten semicolon

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@6702 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 9 năm trước cách đây
mục cha
commit
413d8c86a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      source/Streams.Mod

+ 1 - 1
source/Streams.Mod

@@ -287,7 +287,7 @@ TYPE
 				END
 				END
 			END;
 			END;
 			Char( "}" )
 			Char( "}" )
-		END Set
+		END Set;
 
 
 		(**
 		(**
 			Write an integer in hexadecimal right-justified in a field of at least ABS(w) characters.
 			Write an integer in hexadecimal right-justified in a field of at least ABS(w) characters.