diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-04 04:24:43 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-04 04:24:43 -0500 |
commit | 3a4a62b80be951cff247bdf475544bd50853a45a (patch) | |
tree | ee76d000069b12270892770c77812a2450890209 | |
parent | 1dc44316663887c7f4b29a8ca8f99508605cd607 (diff) | |
download | bw-atari8-tools-3a4a62b80be951cff247bdf475544bd50853a45a.tar.gz |
listamsb: make comment reflect reality.
-rw-r--r-- | listamsb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,8 +132,8 @@ const char *plural(int count) { return count == 1 ? "" : "s"; } -/* post-processing: print "summary", exit. called by either read_byte() - (on 'unexpected EOF'), or main() (on normal exit). */ +/* post-processing: print "summary", exit. called by either die() + or main() (on normal exit). */ void finish(int rv) { int progsize; |