mirror of https://github.com/YosysHQ/abc.git
Another typo.
This commit is contained in:
parent
1177cfabfb
commit
1a1bdbe4c8
|
|
@ -7696,7 +7696,7 @@ usage:
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
int Abc_CommandRunScript( Abc_Frame_t * pAbc, int argc, char ** argv )
|
int Abc_CommandRunScript( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||||
{
|
{
|
||||||
int c, nIters = 10, nBeg = 0, nAdd = 1, fVerbose = 0; char * pScript = NULL, * pSpot = NULL;
|
int c, nIters = 10, nBeg = 1, nAdd = 1, fVerbose = 0; char * pScript = NULL, * pSpot = NULL;
|
||||||
Extra_UtilGetoptReset();
|
Extra_UtilGetoptReset();
|
||||||
while ( ( c = Extra_UtilGetopt( argc, argv, "IBASvh" ) ) != EOF )
|
while ( ( c = Extra_UtilGetopt( argc, argv, "IBASvh" ) ) != EOF )
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue