diff options
| author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-13 00:58:18 +0000 |
|---|---|---|
| committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-05-13 00:58:18 +0000 |
| commit | 46bef8a06bee97df6ce45c4df4515277a16253a8 (patch) | |
| tree | ca9f0736029c0c5054e5b4b3b1a33edd0ef5a2ee | |
| parent | 032e0861904132a91e90ac48b8f5163802d8550f (diff) | |
| download | busybox-w32-46bef8a06bee97df6ce45c4df4515277a16253a8.tar.gz busybox-w32-46bef8a06bee97df6ce45c4df4515277a16253a8.tar.bz2 busybox-w32-46bef8a06bee97df6ce45c4df4515277a16253a8.zip | |
blah, forgot to save last time to fix whitespacing
git-svn-id: svn://busybox.net/trunk/busybox@10322 69ca8d6d-28ef-0310-b511-8ec308f3f277
| -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; |
