summaryrefslogtreecommitdiff
path: root/crystal.py
diff options
context:
space:
mode:
Diffstat (limited to 'crystal.py')
-rw-r--r--crystal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.py b/crystal.py
index a00b8eb..55e3c8b 100644
--- a/crystal.py
+++ b/crystal.py
@@ -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)