diff options
Diffstat (limited to 'src/map/scl/sclUtil.c')
-rw-r--r-- | src/map/scl/sclUtil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/scl/sclUtil.c b/src/map/scl/sclUtil.c index e6b98fa2..0356e83d 100644 --- a/src/map/scl/sclUtil.c +++ b/src/map/scl/sclUtil.c @@ -104,7 +104,7 @@ static int Abc_SclCompareCells( SC_Cell ** pp1, SC_Cell ** pp2 ) } void Abc_SclLinkCells( SC_Lib * p ) { - SC_Cell * pCell, * pRepr; + SC_Cell * pCell, * pRepr = NULL; int i, k; assert( Vec_PtrSize(p->vCellOrder) == 0 ); SC_LitForEachCell( p, pCell, i ) |