From: Mike Frysinger Date: Fri, 13 May 2005 00:58:18 +0000 (-0000) Subject: blah, forgot to save last time to fix whitespacing X-Git-Tag: 1_1_0~976 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0fb397e6176bebd31d27f8b2105b808091207366;p=oweals%2Fbusybox.git blah, forgot to save last time to fix whitespacing --- diff --git a/coreutils/comm.c b/coreutils/comm.c index 7471c3b31..d3ca9c1b7 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c @@ -42,7 +42,7 @@ static void writeline(char *line, int class) { if (class == 0) { if (!only_file_1) - return; + return; } else if (class == 1) { if (!only_file_2) return;