From 19ede09dd5aaa2569385197666b6e776fb1a08b7 Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:20:08 +0530 Subject: [PATCH] Update 11.1.c --- 11.1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/11.1.c b/11.1.c index 50783a5..3ebeae8 100644 --- a/11.1.c +++ b/11.1.c @@ -28,11 +28,11 @@ int main(void) err = pthread_create(&ntid, NULL, thr_fn, NULL); if (0 != err) { - printf("can't create thread :%s\n", strerror(err)); + printf("...can't create thread :%s...\n", strerror(err)); exit(-1); } - printids("main thread: "); + printids("...main thread: "); sleep(1); return 0;