aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/listamsb.c b/listamsb.c
index a8a3e86..5a1aac4 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -126,7 +126,6 @@ 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();