mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
Patch from Robert Schwebel fixing a missing \n
This commit is contained in:
parent
aaab46baba
commit
b1c9469f65
@ -67,6 +67,7 @@ static void check_tainted(void)
|
||||
else {
|
||||
printf(" Not tainted\n");
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user