Skip to content

Commit 816a34b

Browse files
committed
return 0 addedt to function echo_on
1 parent 9425c6a commit 816a34b

File tree

11 files changed

+2
-0
lines changed

11 files changed

+2
-0
lines changed

LICENSE

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

README.md

100644100755
File mode changed.

echo.c

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ int echo_on(void) {
5353
fprintf(stderr, "Failed to echo_on: %s", strerror(errno));
5454
return -1;
5555
}
56+
57+
return 0;
5658
}
5759

5860

echo.h

100644100755
File mode changed.

h3c

-19.3 KB
Binary file not shown.

h3c.c

100644100755
File mode changed.

h3c.h

100644100755
File mode changed.

handler.c

100644100755
File mode changed.

handler.h

100644100755
File mode changed.

0 commit comments

Comments
 (0)