Another typo.

This commit is contained in:
Alan Mishchenko 2025-04-10 07:03:19 -07:00
parent 1177cfabfb
commit 1a1bdbe4c8
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{ {