]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Don't use c++ comments.
authorWayne Davison <wayne@opencoder.net>
Sun, 14 Jun 2020 03:12:15 +0000 (20:12 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 14 Jun 2020 03:12:15 +0000 (20:12 -0700)
log.c

diff --git a/log.c b/log.c
index 22b9f99db91613fe0b94e3b451603f499dcd7912..2d8c5937add528f116b600f5bf3aee2e2f0247d0 100644 (file)
--- 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);