summaryrefslogtreecommitdiffstats
path: root/src/base/wlc/wlcCom.c
diff options
context:
space:
mode:
authorYen-Sheng Ho <ysho@berkeley.edu>2017-02-21 20:06:13 -0800
committerYen-Sheng Ho <ysho@berkeley.edu>2017-02-21 20:06:13 -0800
commit01e6beea8e617eb5ef4f9b621b009eded9498a1f (patch)
tree75b769832e94baf4a56f57bd5abc65312966adce /src/base/wlc/wlcCom.c
parentc5e9506f5d5a5303b9df453fce7f313147799276 (diff)
downloadabc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.tar.gz
abc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.tar.bz2
abc-01e6beea8e617eb5ef4f9b621b009eded9498a1f.zip
clean up
Diffstat (limited to 'src/base/wlc/wlcCom.c')
-rw-r--r--src/base/wlc/wlcCom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/wlc/wlcCom.c b/src/base/wlc/wlcCom.c
index 7801abc6..df736e70 100644
--- a/src/base/wlc/wlcCom.c
+++ b/src/base/wlc/wlcCom.c
@@ -458,9 +458,9 @@ usage:
int Abc_CommandPdrAbs( Abc_Frame_t * pAbc, int argc, char ** argv )
{
Wlc_Ntk_t * pNtk = Wlc_AbcGetNtk(pAbc);
- WlcPdr_Par_t Pars, * pPars = &Pars;
+ Wlc_Par_t Pars, * pPars = &Pars;
int c;
- WlcPdr_ManSetDefaultParams( pPars );
+ Wlc_ManSetDefaultParams( pPars );
Extra_UtilGetoptReset();
while ( ( c = Extra_UtilGetopt( argc, argv, "AMXFIcpxvwh" ) ) != EOF )
{