Ver código fonte

* fixed syntax error

git-svn-id: trunk@19202 -
Jonas Maebe 14 anos atrás
pai
commit
28bd9a9618
1 arquivos alterados com 1 adições e 1 exclusões
  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);