Skip to content

Commit 446c9de

Browse files
committed
missing ;
1 parent 0c24956 commit 446c9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/simba.pixelocr.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ implementation
9090

9191
initialization
9292
var
93-
i: Integer
93+
i: Integer;
9494
begin
9595
FillChar(AlphaNumSymbolTable, SizeOf(AlphaNumSymbolTable), False);
9696
for i to High(ALPHA_NUM_SYMBOLS) do

0 commit comments

Comments
 (0)