Parcourir la source

* fixed syntax error

git-svn-id: trunk@19202 -
Jonas Maebe il y a 14 ans
Parent
commit
28bd9a9618
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tests/test/tcpstrshortstr2ansistr.pp

+ 1 - 1
tests/test/tcpstrshortstr2ansistr.pp

@@ -6,7 +6,7 @@ uses
   sysutils;
   
 type  
-  ts866 = type AnsiString(866)
+  ts866 = type AnsiString(866);
   ts1252 = type AnsiString(1252);
 
   procedure doerror(ANumber : Integer);