missing newline fix

This commit is contained in:
Václav Šmejkal 2023-02-20 17:11:04 +01:00
parent fe8563ff5e
commit 7317e1da82
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -66,7 +66,7 @@ char *read_socket(int socket)
{ {
if (socket == -1) if (socket == -1)
{ {
fprintf(stderr, "Reading socket failed."); fprintf(stderr, "Reading socket failed.\n");
return NULL; return NULL;
} }