* fixed syntax error

git-svn-id: trunk@19202 -
This commit is contained in:
Jonas Maebe 2011-09-23 21:48:55 +00:00
parent ad5d2ccabb
commit 28bd9a9618

View File

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