aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-25 04:44:42 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-25 04:44:42 -0500
commit6ad6975c422cc00045f8343c68ae2e1a716a0507 (patch)
treefb513557af4b893e22690b0a1059086df96acac2 /listamsb.c
parent6c7534fdf870f171125ca7845b2b7493b0379a05 (diff)
downloadbw-atari8-tools-6ad6975c422cc00045f8343c68ae2e1a716a0507.tar.gz
listamsb: remove unreachable code.
Diffstat (limited to 'listamsb.c')
-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();