Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -226,8 +226,7 @@ player_accept(void *unused)
|
|||
exit(1);
|
||||
}
|
||||
#else
|
||||
logerror
|
||||
("Alpha/Linux? You don't support SO_REUSEADDR yet, do you?\n");
|
||||
logerror("Alpha/Linux? You don't support SO_REUSEADDR yet, do you?\n");
|
||||
#endif
|
||||
if (bind(s, (struct sockaddr *)&sin, sizeof(sin)) < 0) {
|
||||
logerror("inet socket bind");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue