Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update 10.22.c
  • Loading branch information
VAIBHAV-25 authored Oct 1, 2019
commit 65a3a441ba4f95f26c9ee87bc36be49486d326b3
2 changes: 1 addition & 1 deletion 10.22.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(void)
}

if (n < 0) {
printf("read error\n");
printf("...read error...\n");
exit(-1);
}

Expand Down