net_main.c: more trivialities.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@218 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-21 12:27:30 +00:00
parent 1f5cc564e8
commit 1f9a960e86

View file

@ -18,6 +18,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// net_main.c
#include "arch_def.h"
@ -168,7 +169,7 @@ void NET_FreeQSocket(qsocket_t *sock)
}
if (!s)
Sys_Error ("NET_FreeQSocket: not active\n");
Sys_Error ("NET_FreeQSocket: not active");
}
// add it to free list