diff --git a/10.14.c b/10.14.c index 3aa12d6..a3efaff 100644 --- a/10.14.c +++ b/10.14.c @@ -73,7 +73,7 @@ static void pr_mask(const char *str) exit(-1); } - printf("%s", str); + printf("\n%s", str); if (sigismember(&sigset, SIGINT)) printf("SIGINT "); if (sigismember(&sigset, SIGQUIT)) printf("SIGQUIT ");