From 1a9179731676d0dc706333d52709518c0a5647ae Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 22 Apr 2023 19:17:56 -0700 Subject: [PATCH] Trying to fix a spurious build error. --- src/base/abci/abc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c37adacaf..93b92f096 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -14233,6 +14233,7 @@ int Abc_CommandTest( Abc_Frame_t * pAbc, int argc, char ** argv ) Abc_FrameReplaceCurrentNetwork( pAbc, pNtkRes ); } */ + return 0; usage: Abc_Print( -2, "usage: test [-CKDNM] [-aovwh] \n" );