aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-03-04 04:24:43 -0500
committerB. Watson <urchlay@slackware.uk>2025-03-04 04:24:43 -0500
commit3a4a62b80be951cff247bdf475544bd50853a45a (patch)
treeee76d000069b12270892770c77812a2450890209
parent1dc44316663887c7f4b29a8ca8f99508605cd607 (diff)
downloadbw-atari8-tools-3a4a62b80be951cff247bdf475544bd50853a45a.tar.gz
listamsb: make comment reflect reality.
-rw-r--r--listamsb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/listamsb.c b/listamsb.c
index 36e1ac2..5a4bd80 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -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;