From 94f46a74857fe146afebf0fb99cda876cf5b182f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Feb 2025 04:45:19 -0500 Subject: listamsb: derp! unreachable code was reachable after all. --- listamsb.c | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3