Newline shenanigans
parent
b2968b10e8
commit
e1e2231410
|
@ -52,9 +52,9 @@ int main(int argc, char* argv[]) {
|
|||
} else if (serve_result == RESULT_READ_ERROR) {
|
||||
printf("\tThere was an error reading from the socket.\n");
|
||||
} else if (serve_result == RESULT_PROCESSING_ERROR) {
|
||||
printf("\tThere was an error while processing the data from the socket.");
|
||||
printf("\tThere was an error while processing the data from the socket.\n");
|
||||
} else if (serve_result == RESULT_WRITE_ERROR) {
|
||||
printf("\tThere was an error writing to the socket");
|
||||
printf("\tThere was an error writing to the socket.\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue