Use normal C comment style.
authorWayne Davison <wayne@opencoder.net>
Wed, 24 Jun 2020 04:45:32 +0000 (21:45 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 24 Jun 2020 04:45:32 +0000 (21:45 -0700)
compat.c

index 074a86abb6fc8ae691c5cd5f5cc423705851e4ff..11965f71ecb6a443be4371d87d5e64638c7400c7 100644 (file)
--- 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])) {