diff options
-rw-r--r-- | listamsb.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -599,6 +599,9 @@ int main(int argc, char **argv) { exit(0); /* don't need finish() here, no parsing done */ } + /* AMSB always prints a blank line when it LISTs, so we do too. */ + fputc(EOL, outfile); + while(next_line()) linecount++; |