Browse Source

EncStdCodecs: interface changed

Alexander Shiryaev 12 years ago
parent
commit
860066f303
2 changed files with 1 additions and 1 deletions
  1. BIN
      BlackBox/Enc/Mod/StdCodecs.odc
  2. 1 1
      BlackBox/Enc/Mod/StdCodecs.txt

BIN
BlackBox/Enc/Mod/StdCodecs.odc


+ 1 - 1
BlackBox/Enc/Mod/StdCodecs.txt

@@ -68,7 +68,7 @@ MODULE EncStdCodecs;
 	END NewDecoder;
 
 
-	PROCEDURE Init*;
+	PROCEDURE Init;
 	BEGIN
 		NEW(dir); Codecs.SetDir(dir)
 	END Init;