Patch from Robert Schwebel fixing a missing \n

This commit is contained in:
Eric Andersen 2003-01-11 18:06:02 +00:00
parent aaab46baba
commit b1c9469f65

View File

@ -67,6 +67,7 @@ static void check_tainted(void)
else {
printf(" Not tainted\n");
}
printf("\n");
}
#endif