X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fnetserv.c;h=0833cfb07399c6bfa7c260117c3d090c5d4aff33;hp=a2325b143c97919655e63bd5e388e75a48d0d81c;hb=b641818c787e48bbf03ce2a0cd5b542c4c21e523;hpb=64e7c54dce6ea8c063f04198c64c5057d751c928 diff --git a/src/netserv.c b/src/netserv.c index a2325b14..0833cfb0 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // netserv.c // ============================================================================ @@ -831,8 +831,8 @@ static void ExitNetworkServer(int exit_value) exit(exit_value); } -/* the following is not used for a standalone server; - the pointer points to an integer containing the port-number */ +// the following is not used for a standalone server; +// the pointer points to an integer containing the port-number int NetworkServerThread(void *ptr) { NetworkServer(*((int *) ptr), 0);