X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..e34ad4e925293ff222bb4fe47b010153fa9f30ab:/cleanup.c diff --git a/cleanup.c b/cleanup.c index 91467825..22e2e35f 100644 --- a/cleanup.c +++ b/cleanup.c @@ -105,7 +105,7 @@ NORETURN void _exit_cleanup(int code, const char *file, int line) code = exit_code; /* If this is the exit at the end of the run, the server side - * should not attempt to output a message (see log.c). */ + * should not attempt to output a message (see log_exit()). */ if (am_server && code == 0) am_server = 2;