aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-11 18:06:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-01-11 18:06:02 +0000
commit5501b8b881781788a075493a3b9dd442e96fbe59 (patch)
tree3081cafc9686a4a671104bc02770aaef38046015 /modutils/lsmod.c
parenteb5b8a4950a755735face4e16d2b63f959989a02 (diff)
downloadbusybox-w32-5501b8b881781788a075493a3b9dd442e96fbe59.tar.gz
busybox-w32-5501b8b881781788a075493a3b9dd442e96fbe59.tar.bz2
busybox-w32-5501b8b881781788a075493a3b9dd442e96fbe59.zip
Patch from Robert Schwebel fixing a missing \n
git-svn-id: svn://busybox.net/trunk/busybox@6318 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils/lsmod.c')
-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