mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
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:
parent
1f5cc564e8
commit
1f9a960e86
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue