Browse Source

* fixed syntax error

git-svn-id: trunk@19202 -
Jonas Maebe 14 years ago
parent
commit
28bd9a9618
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tcpstrshortstr2ansistr.pp

+ 1 - 1
tests/test/tcpstrshortstr2ansistr.pp

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