diff options
Diffstat (limited to 'listamsb.c')
-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(); |