aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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