From e707c064f8046e6ed384d43bb16fba50354a159a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sat, 3 Aug 2013 14:04:13 -0500 Subject: remove dangling whitespace in source code files --- gbz80disasm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gbz80disasm.py') diff --git a/gbz80disasm.py b/gbz80disasm.py index 0382418..6759a4a 100644 --- a/gbz80disasm.py +++ b/gbz80disasm.py @@ -912,7 +912,7 @@ def output_bank_opcodes(original_offset, max_byte_count=0x4000, include_last_add def has_outstanding_labels(byte_labels): """ - Check whether a label is used once in the asm output. + Check whether a label is used once in the asm output. If so, then that means it has to be called or specified later. """ -- cgit v1.2.3