From c8ec4731e1bdd9d7f6a65ffc3eee9052bba14413 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 30 Mar 2020 02:13:42 +0000 Subject: [PATCH] * indentation fix git-svn-id: branches/z80@44423 - --- compiler/z80/agz80asm.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/z80/agz80asm.pas b/compiler/z80/agz80asm.pas index 1032869fba..eabe756cf9 100644 --- a/compiler/z80/agz80asm.pas +++ b/compiler/z80/agz80asm.pas @@ -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