Slight cosmetics in comment.

This commit is contained in:
Holger Vogt 2023-09-09 23:34:49 +02:00
parent 492bb64d92
commit 3b89410b8f
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ DCtran(CKTcircuit *ckt,
}
#endif
if (flag_autostop)
fprintf(stdout, "\nNote: Autostop after %e s, all measurement conditions are fulfilled\n", ckt->CKTtime);
fprintf(stdout, "\nNote: Autostop after %e s, all measurement conditions are fulfilled.\n", ckt->CKTtime);
/* Final return from tran*/
return(OK);