From 56282b68c068c0e3368038673792b8be45acad2a Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 22 Jan 2018 23:35:15 +0000 Subject: [PATCH] main.c: clarify a comment slightly --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 72a88a3..154d48c 100644 --- a/src/main.c +++ b/src/main.c @@ -69,7 +69,7 @@ static bool quiet_flag = false; /* If the recoding yields some problems in reversibility in some file, this file replacement is denied and it is left unrecoded or, if recode is used - as a mere filter, the recoding is interrupted. The following flag forces + as a mere filter, the recoding is aborted. The following flag forces the recoding to run to completion and the replacement to be done even if the recoding is not reversible. */ static bool force_flag = false; -- 2.50.1