From acee11fc60cc685c1d6889f37d680f4ab214c93d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 10 Nov 2005 16:47:27 +0000 Subject: [PATCH] - Indent the "oom:" label away from column 0. - Got rid of a superfluous newline. --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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--; -- 2.34.1