From: Wayne Davison Date: Sun, 14 Jun 2020 03:12:15 +0000 (-0700) Subject: Don't use c++ comments. X-Git-Tag: v3.2.0pre2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f27a630e46d04dc3aede137dc9e898d50b305eba;p=thirdparty%2Frsync.git Don't use c++ comments. --- diff --git a/log.c b/log.c index 22b9f99d..2d8c5937 100644 --- a/log.c +++ b/log.c @@ -318,10 +318,10 @@ void rwrite(enum logcode code, const char *buf, int len, int is_utf8) if (quiet) return; break; - //case FLOG: - //case FCLIENT: - //case FERROR_UTF8: - //case FERROR_SOCKET: + /*case FLOG:*/ + /*case FCLIENT:*/ + /*case FERROR_UTF8:*/ + /*case FERROR_SOCKET:*/ default: fprintf(stderr, "Bad logcode in rwrite(): %d [%s]\n", (int)code, who_am_i()); exit_cleanup(RERR_MESSAGEIO);