aboutsummaryrefslogtreecommitdiff
path: root/modutils
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 /modutils
parentaaab46baba8fd25373f84fe93b1fccffd8791dea (diff)
downloadbusybox-b1c9469f65261aff2f2dc7b46cdb4864a728e951.tar.gz
Patch from Robert Schwebel fixing a missing \n
Diffstat (limited to 'modutils')
-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)
else {
printf(" Not tainted\n");
}
+ printf("\n");
}
#endif