Diff merged bad, but it worked on Windows

This commit is contained in:
mkaply%us.ibm.com 2001-02-04 04:00:36 +00:00
parent 5f35edb888
commit b439cbc244

View File

@ -129,7 +129,6 @@ BufioFile* bufio_Open(const char* name, PRIntn flags, PRIntn mode)
if (!file)
{
PR_Close( fd );
fclose( fd );
PR_SetError( PR_OUT_OF_MEMORY_ERROR, 0 );
}
}