Cleaning typo

This commit is contained in:
Pysicopadingo 2022-10-27 02:03:50 +02:00
parent 890d327b5b
commit 03e2cb1c8d

View file

@ -92,7 +92,7 @@ int main(int argc, char *argv[]) {
if (pthread_create(&dispatcher, NULL, Dispatcher, NULL) != 0) {
fprintf(stderr, "pthread_create: error for Dispatcher\n");
exit(EXIT_FAILURE);
return EXIT_FAILURE;
}
/* Loop to accept incoming connections */