Fixing a typo.

This commit is contained in:
Alan Mishchenko 2013-07-01 22:57:28 -07:00
parent 60bb6dbf69
commit 32e58b8883
1 changed files with 1 additions and 1 deletions

View File

@ -22991,7 +22991,7 @@ int Abc_CommandFold( Abc_Frame_t * pAbc, int argc, char ** argv )
}
if ( Abc_NtkConstrNum(pNtk) == 0 )
{
Abc_Print( -1, "The network has no constraints.\n" );
Abc_Print( 0, "The network has no constraints.\n" );
return 0;
}
if ( Abc_NtkIsComb(pNtk) )