aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-11 18:06:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-11 18:06:02 +0000
commitb1c9469f65261aff2f2dc7b46cdb4864a728e951 (patch)
tree3081cafc9686a4a671104bc02770aaef38046015
parentaaab46baba8fd25373f84fe93b1fccffd8791dea (diff)
downloadbusybox-w32-b1c9469f65261aff2f2dc7b46cdb4864a728e951.tar.gz
busybox-w32-b1c9469f65261aff2f2dc7b46cdb4864a728e951.tar.bz2
busybox-w32-b1c9469f65261aff2f2dc7b46cdb4864a728e951.zip
Patch from Robert Schwebel fixing a missing \n
-rw-r--r--modutils/lsmod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c
index 0d5ac756b..b87a26a57 100644
--- a/modutils/lsmod.c
+++ b/modutils/lsmod.c
@@ -67,6 +67,7 @@ static void check_tainted(void)
67 else { 67 else {
68 printf(" Not tainted\n"); 68 printf(" Not tainted\n");
69 } 69 }
70 printf("\n");
70} 71}
71#endif 72#endif
72 73