diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-25 04:44:42 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 04:44:42 -0500 |
commit | 6ad6975c422cc00045f8343c68ae2e1a716a0507 (patch) | |
tree | fb513557af4b893e22690b0a1059086df96acac2 | |
parent | 6c7534fdf870f171125ca7845b2b7493b0379a05 (diff) | |
download | bw-atari8-tools-6ad6975c422cc00045f8343c68ae2e1a716a0507.tar.gz |
listamsb: remove unreachable code.
-rw-r--r-- | listamsb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); |