missed a fclose -> gzclose conversion.

/me must remeber to make clean; make when hacking headers.
This commit is contained in:
Bill Currie 2000-02-03 00:45:25 +00:00
parent e9a2a3fab5
commit b526d14bb9

View file

@ -213,7 +213,7 @@ void SV_DropClient (client_t *drop)
if (drop->download)
{
fclose (drop->download);
gzclose (drop->download);
drop->download = NULL;
}
if (drop->upload)