From: Wayne Davison Date: Wed, 24 Jun 2020 04:45:32 +0000 (-0700) Subject: Use normal C comment style. X-Git-Tag: v3.2.2pre1~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20934382e3e99770539caf53497557151552aab3;p=thirdparty%2Frsync.git Use normal C comment style. --- diff --git a/compat.c b/compat.c index 074a86ab..11965f71 100644 --- a/compat.c +++ b/compat.c @@ -363,7 +363,7 @@ void validate_choice_vs_env(int num1, int num2) init_nno_saw(nno, 0); parse_nni_str(nno, list_str, tmpbuf, MAX_NSTR_STRLEN); - if (num2 >= 0) // If "md4" is in the env list, all the old MD4 choices are OK too. + if (num2 >= 0) /* If "md4" is in the env list, all the old MD4 choices are OK too. */ nno->saw[CSUM_MD4_ARCHAIC] = nno->saw[CSUM_MD4_BUSTED] = nno->saw[CSUM_MD4_OLD] = nno->saw[CSUM_MD4]; if (!nno->saw[num1] || (num2 >= 0 && !nno->saw[num2])) {