From 65a3a441ba4f95f26c9ee87bc36be49486d326b3 Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:19:01 +0530 Subject: [PATCH] Update 10.22.c --- 10.22.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.22.c b/10.22.c index 3039987..fd23d11 100644 --- a/10.22.c +++ b/10.22.c @@ -25,7 +25,7 @@ int main(void) } if (n < 0) { - printf("read error\n"); + printf("...read error...\n"); exit(-1); }