From 32e58b8883f3746c354f2bb62b6a1af88b742ca1 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Mon, 1 Jul 2013 22:57:28 -0700 Subject: Fixing a typo. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base/abci/abc.c') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index b17acfea..fecc5c96 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -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) ) -- cgit v1.2.3