projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867a608
)
blah, forgot to save last time to fix whitespacing
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 13 May 2005 00:58:18 +0000
(
00:58
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 13 May 2005 00:58:18 +0000
(
00:58
-0000)
coreutils/comm.c
patch
|
blob
|
history
diff --git
a/coreutils/comm.c
b/coreutils/comm.c
index 7471c3b318ff6e3a2919aee5ff46639ff51d526a..d3ca9c1b7ad7f91231f79516cd60f7f3ff15b70c 100644
(file)
--- 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;