Add test for empty line

This commit is contained in:
Tim Schubert 2018-10-29 11:54:59 +01:00
parent 8dabb3fba8
commit e873bc4161
3 changed files with 3 additions and 0 deletions

View file

@ -375,5 +375,6 @@ int main(int argc, char *argv[]) {
if (close(SOCKFD) != 0) {
perror("close");
}
printf("closing\n");
return 0;
}