aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/listamsb.c b/listamsb.c
index 5a1aac4..a8a3e86 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -126,6 +126,7 @@ int next_line(void) {
continue;
}
}
+ putc(byte, outfile);
} else if(byte == ':') {
/* don't print the colon if the next token is a ! or ' for a comment */
unsigned char next = read_byte();