summaryrefslogtreecommitdiff
path: root/gbz80disasm.py
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 14:07:06 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 14:07:06 -0500
commit162b3eab0ef619928dce5457f9ce7c358f5b34db (patch)
tree8c393d821a5b2d100849db5aed07507ac2443aea /gbz80disasm.py
parent13dfbba8d21b843cc3bb871ed06088ca72cde8c3 (diff)
parente707c064f8046e6ed384d43bb16fba50354a159a (diff)
Merge branch 'fix-tabs' into master
Diffstat (limited to 'gbz80disasm.py')
-rw-r--r--gbz80disasm.py2
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.
"""