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 years ago
parent
commit
413d8c86a2
1 changed files with 1 additions and 1 deletions
  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.