From d4fecf91efcd090caa9a5cbfb05059361e84c4ec Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 21 Jan 2008 08:01:00 -0800 Subject: Version abc80121 --- src/map/if/ifUtil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/if/ifUtil.c') diff --git a/src/map/if/ifUtil.c b/src/map/if/ifUtil.c index f4fcf94a..3bb39e2f 100644 --- a/src/map/if/ifUtil.c +++ b/src/map/if/ifUtil.c @@ -212,7 +212,7 @@ void If_ManComputeRequired( If_Man_t * p ) Vec_PtrForEachEntry( p->vMapped, pObj, i ) If_CutPropagateRequired( p, If_ObjCutBest(pObj), pObj->Required ); } - + /**Function************************************************************* Synopsis [Computes area, references, and nodes used in the mapping.] -- cgit v1.2.3