From: Wayne Davison Date: Thu, 10 Nov 2005 16:47:27 +0000 (+0000) Subject: - Indent the "oom:" label away from column 0. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/acee11fc60cc685c1d6889f37d680f4ab214c93d - Indent the "oom:" label away from column 0. - Got rid of a superfluous newline. --- diff --git a/main.c b/main.c index 117e7a4f..aa46f98a 100644 --- a/main.c +++ b/main.c @@ -395,7 +395,7 @@ static pid_t do_cmd(char *cmd, char *machine, char *user, char *path, return ret; -oom: + oom: out_of_memory("do_cmd"); return 0; /* not reached */ } @@ -652,7 +652,6 @@ static void do_server_recv(int f_in, int f_out, int argc,char *argv[]) return; } - if (argc > 0) { dir = argv[0]; argc--;