From 46bef8a06bee97df6ce45c4df4515277a16253a8 Mon Sep 17 00:00:00 2001 From: vapier Date: Fri, 13 May 2005 00:58:18 +0000 Subject: blah, forgot to save last time to fix whitespacing git-svn-id: svn://busybox.net/trunk/busybox@10322 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- coreutils/comm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-55-g6feb