From 728fb19cba9afe753f79002d1400a5b5af307569 Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:17:25 +0530 Subject: [PATCH] Update 10.14.c --- 10.14.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ");