never show a comma in front of a 7 on a newline

This commit is contained in:
Bryan Bishop 2012-05-11 14:50:53 -05:00
parent 66b65c854b
commit e04a7aa375

View File

@ -2247,7 +2247,7 @@ class MainText(TextCommand):
output += "\""
was_comma = False
if not was_comma:
if not was_comma and not new_line:
output += ", "
output += "$%.2x\n" % (byte)