Whitespace cleanups (yes, I do care about that)

This commit is contained in:
Nico Schümann 2014-12-10 00:41:12 +01:00
parent aaaae93afc
commit 467515943d

View file

@ -118,6 +118,7 @@ int createSocket() {
perror("bind");
return -1;
}
listen(create_socket, 5);
chmod(SOCKET, 0666);