Fix typo in previous commit. (Benign, code was #if'd out anyway.)

This commit is contained in:
Howard Chu 2002-08-23 22:29:08 +00:00
parent f11c6b27e7
commit 77783bb4b7

View File

@ -58,7 +58,7 @@ static void idl_check(ID_BLOCK *idl)
#ifndef USE_INDIRECT_NIDS
if( ID_BLOCK_INDIRECT(idl) )
{
for ( max = 0; !ID_BLOCK_BOID(idl, max); max++ ) ;
for ( max = 0; !ID_BLOCK_NOID(idl, max); max++ ) ;
} else
#endif
{