diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-02-25 04:45:19 -0500 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-02-25 04:45:19 -0500 | 
| commit | 94f46a74857fe146afebf0fb99cda876cf5b182f (patch) | |
| tree | 25dd9482e6177df68cd98c008af78d5b7ea8c122 | |
| parent | 6ad6975c422cc00045f8343c68ae2e1a716a0507 (diff) | |
| download | bw-atari8-tools-94f46a74857fe146afebf0fb99cda876cf5b182f.tar.gz | |
listamsb: derp! unreachable code was reachable after all.
| -rw-r--r-- | listamsb.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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(); | 
