1
0
forked from 0ad/0ad

fix empty-statement warning (i.e. comment out - that spot isn't implemented yet)

This was SVN commit r407.
This commit is contained in:
janwas 2004-06-07 00:04:37 +00:00
parent 815e177beb
commit f9ad314f5a

View File

@ -1263,8 +1263,8 @@ int vfs_unmap(const Handle hf)
Handle vfs_start_io(Handle hf, off_t ofs, size_t size, void* buf)
{
H_DEREF(hf, VFile, vf);
if(vf_flags(vf) & VF_ZIP)
;
// if(vf_flags(vf) & VF_ZIP)
// ;
return 0;
}