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:
aaab46b
)
Patch from Robert Schwebel fixing a missing \n
author
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Jan 2003 18:06:02 +0000
(18:06 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 11 Jan 2003 18:06:02 +0000
(18:06 -0000)
modutils/lsmod.c
patch
|
blob
|
history
diff --git
a/modutils/lsmod.c
b/modutils/lsmod.c
index 0d5ac756b650f3d53441b08c23b8a300aba4c72e..b87a26a57de0b43e17d37b83251811a44a4429ad 100644
(file)
--- a/
modutils/lsmod.c
+++ b/
modutils/lsmod.c
@@
-67,6
+67,7
@@
static void check_tainted(void)
else {
printf(" Not tainted\n");
}
+ printf("\n");
}
#endif