Skip to content

Commit 1a1bdbe

Browse files
committed
Another typo.
1 parent 1177cfa commit 1a1bdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/abci/abc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7696,7 +7696,7 @@ int Abc_CommandRunGen( Abc_Frame_t * pAbc, int argc, char ** argv )
76967696
***********************************************************************/
76977697
int Abc_CommandRunScript( Abc_Frame_t * pAbc, int argc, char ** argv )
76987698
{
7699-
int c, nIters = 10, nBeg = 0, nAdd = 1, fVerbose = 0; char * pScript = NULL, * pSpot = NULL;
7699+
int c, nIters = 10, nBeg = 1, nAdd = 1, fVerbose = 0; char * pScript = NULL, * pSpot = NULL;
77007700
Extra_UtilGetoptReset();
77017701
while ( ( c = Extra_UtilGetopt( argc, argv, "IBASvh" ) ) != EOF )
77027702
{

0 commit comments

Comments
 (0)