Whitespace cleanups (yes, I do care about that)
This commit is contained in:
parent
aaaae93afc
commit
467515943d
1 changed files with 20 additions and 19 deletions
|
@ -118,6 +118,7 @@ int createSocket() {
|
|||
perror("bind");
|
||||
return -1;
|
||||
}
|
||||
|
||||
listen(create_socket, 5);
|
||||
chmod(SOCKET, 0666);
|
||||
|
||||
|
|
Loading…
Reference in a new issue