From 4e4730344a0b23bc425632bce3633909d59fad25 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Tue, 19 Feb 2013 18:51:31 +0100 Subject: [PATCH] patch(1): Fix typo. --- usr.bin/patch/patch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/patch/patch.c b/usr.bin/patch/patch.c index 7cb2577498..62e760d392 100644 --- a/usr.bin/patch/patch.c +++ b/usr.bin/patch/patch.c @@ -393,7 +393,7 @@ main(int argc, char *argv[]) sizeof(rejname)) >= sizeof(rejname)) fatal("filename %s is too long\n", outname); } - if (!check_only) + if (!check_only) { say("%d out of %d hunks %s--saving rejects to %s\n", failed, hunk, skip_rest_of_patch ? "ignored" : "failed", rejname); } else { -- 2.41.0