From a47ea4728edc144ed1620fc9c32b5d659de8198c Mon Sep 17 00:00:00 2001 From: VAIBHAV-25 <55956316+VAIBHAV-25@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:24:14 +0530 Subject: [PATCH] Update 4.1.c --- 4.1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4.1.c b/4.1.c index f4ab2ed..815aa12 100644 --- a/4.1.c +++ b/4.1.c @@ -12,7 +12,7 @@ int main(int argc, char **argv) printf("%s: ", *(argv + i)); if (lstat(*(argv + i), &buf) < 0) { - printf("lstat error\n"); + printf("...lstat error...\n"); continue; }