changed "http" to "https" in URLs
[rocksndiamonds.git] / src / netserv.c
index a2325b143c97919655e63bd5e388e75a48d0d81c..0833cfb07399c6bfa7c260117c3d090c5d4aff33 100644 (file)
@@ -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);