aboutsummaryrefslogtreecommitdiff
path: root/src/extract.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-12-24 05:55:01 -0500
committerB. Watson <urchlay@slackware.uk>2025-12-24 05:55:01 -0500
commit8017162545171522e1c5e0d8f77634785b2e875f (patch)
tree22cadfff3ad96fcfd96a68b074f425d89420f72b /src/extract.c
parentd2694e5095ddbe3cd84034a4e5325f5e0fac966f (diff)
downloadalftools-8017162545171522e1c5e0d8f77634785b2e875f.tar.gz
alf, unalf: add "Processing complete" messages.
Diffstat (limited to 'src/extract.c')
-rw-r--r--src/extract.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/extract.c b/src/extract.c
index 02bd81c..c3fee01 100644
--- a/src/extract.c
+++ b/src/extract.c
@@ -212,6 +212,9 @@ void extract_alf(void) {
if(!opts.quiet && !files_extracted) {
printf("No files %s!\n", opts.testonly ? "tested" : "extracted");
}
+
+ if(!opts.quiet)
+ puts("Processing complete");
}
void chksum_err(void) {