We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c24956 commit 446c9deCopy full SHA for 446c9de
Source/simba.pixelocr.pas
@@ -90,7 +90,7 @@ implementation
90
91
initialization
92
var
93
- i: Integer
+ i: Integer;
94
begin
95
FillChar(AlphaNumSymbolTable, SizeOf(AlphaNumSymbolTable), False);
96
for i to High(ALPHA_NUM_SYMBOLS) do
0 commit comments