* indentation fix

git-svn-id: branches/z80@44423 -
This commit is contained in:
nickysn 2020-03-30 02:13:42 +00:00
parent 086ae1fc29
commit c8ec4731e1

View File

@ -272,7 +272,7 @@ unit agz80asm;
s:=tostr(tai_const(hp).value);
writer.AsmWrite(s);
inc(l,length(s));
inc(tokens);
inc(tokens);
if (l>line_length) or
(tokens>max_tokens) or
(hp.next=nil) or