Fixed a typo. Thanks Charles.
This commit is contained in:
parent
e2e71a7e4d
commit
6013fda3ba
|
|
@ -45,7 +45,7 @@ INPdoOpts(ckt,anal,optCard,tab)
|
||||||
}
|
}
|
||||||
if(which == -1) {
|
if(which == -1) {
|
||||||
optCard->error = INPerrCat(optCard->error,INPmkTemp(
|
optCard->error = INPerrCat(optCard->error,INPmkTemp(
|
||||||
"errr: analysis options table not found\n"));
|
"error: analysis options table not found\n"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
line = optCard->line;
|
line = optCard->line;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue