diff options
-rw-r--r-- | coreutils/comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
42 | { | 42 | { |
43 | if (class == 0) { | 43 | if (class == 0) { |
44 | if (!only_file_1) | 44 | if (!only_file_1) |
45 | return; | 45 | return; |
46 | } else if (class == 1) { | 46 | } else if (class == 1) { |
47 | if (!only_file_2) | 47 | if (!only_file_2) |
48 | return; | 48 | return; |