]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
removed \n from all Host_Error, Sys_Error, PRVM_ERROR, PF_ERROR calls, since Host_Err...
[xonotic/darkplaces.git] / netconn.c
index 1ce0b0c8c516ad1b2bea3152af815bb734d92934..56a1a09070abb34b12fb7216a8315b5279ab32b9 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -710,7 +710,7 @@ void NetConn_OpenServerPorts(int opennetports)
                //NetConn_OpenServerPort(net_address_ipv6.string, port);
        }
        if (sv_numsockets == 0)
-               Host_Error("NetConn_OpenServerPorts: unable to open any ports!\n");
+               Host_Error("NetConn_OpenServerPorts: unable to open any ports!");
 }
 
 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address)