From: Reuben Thomas Date: Mon, 22 Jan 2018 23:35:15 +0000 (+0000) Subject: main.c: clarify a comment slightly X-Git-Tag: v3.7~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56282b68c068c0e3368038673792b8be45acad2a;p=recode main.c: clarify a comment slightly --- 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;