Cleaning typo
This commit is contained in:
parent
890d327b5b
commit
03e2cb1c8d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
if (pthread_create(&dispatcher, NULL, Dispatcher, NULL) != 0) {
|
if (pthread_create(&dispatcher, NULL, Dispatcher, NULL) != 0) {
|
||||||
fprintf(stderr, "pthread_create: error for Dispatcher\n");
|
fprintf(stderr, "pthread_create: error for Dispatcher\n");
|
||||||
exit(EXIT_FAILURE);
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Loop to accept incoming connections */
|
/* Loop to accept incoming connections */
|
||||||
|
|
Loading…
Reference in a new issue