diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/base/abci/abc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 2b095162..c5a1ee3f 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -33363,7 +33363,7 @@ int Abc_CommandAbc9If( Abc_Frame_t * pAbc, int argc, char ** argv ) { if ( !Abc_FrameReadFlag("silentmode") ) Abc_Print( -1, "Empty GIA network.\n" ); - return 1; + return 0; } if ( Gia_ManBufNum(pAbc->pGia) ) { |