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