Patch from Robert Schwebel fixing a missing \n
authorEric Andersen <andersen@codepoet.org>
Sat, 11 Jan 2003 18:06:02 +0000 (18:06 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 11 Jan 2003 18:06:02 +0000 (18:06 -0000)
modutils/lsmod.c

index 0d5ac75..b87a26a 100644 (file)
@@ -67,6 +67,7 @@ static void check_tainted(void)
        else {
                printf("    Not tainted\n");
        }
+       printf("\n");
 }
 #endif