diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:04:13 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:04:13 -0500 |
commit | e707c064f8046e6ed384d43bb16fba50354a159a (patch) | |
tree | 8c393d821a5b2d100849db5aed07507ac2443aea /gbz80disasm.py | |
parent | fc931b7f270705e03f66a039047c459af33564da (diff) |
remove dangling whitespace in source code files
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r-- | gbz80disasm.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |