瀏覽代碼

* fixed syntax error

git-svn-id: trunk@19202 -
Jonas Maebe 14 年之前
父節點
當前提交
28bd9a9618
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);