diff options
Diffstat (limited to 'src/base/main')
-rw-r--r-- | src/base/main/mainInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/main/mainInt.h b/src/base/main/mainInt.h index 7196b952..f79f9126 100644 --- a/src/base/main/mainInt.h +++ b/src/base/main/mainInt.h @@ -76,7 +76,7 @@ struct Abc_Frame_t_ // new code void * pAbc8Ntl; // the current design - void * pAbc8Ntk; // the current mapped network + void * pAbc8Nwk; // the current mapped network void * pAbc8Aig; // the current AIG void * pAbc8Lib; // the current LUT library }; |