Skip to content

Commit

Permalink
tcp_client_hello_world K&R style
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecoutant committed Sep 20, 2016
1 parent b7caa54 commit 257c367
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ int main() {
printf("HTTP: Received message:\r\n");
printf("%s", buffer);
sock.close();
}
else {
} else {
printf("HTTP: ERROR\r\n");
}

Expand Down

0 comments on commit 257c367

Please sign in to comment.