mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
Fix typo
This commit is contained in:
+1
-1
@@ -1899,7 +1899,7 @@ void create_circbyline(char *line, bool reset, bool lastline)
|
||||
* free the deck. The card allocations themselves will be freed
|
||||
* elsewhere */
|
||||
if (ciprefix(".end", line) && (line[4] == '\0' || isspace_c(line[4]))) {
|
||||
circarray[linec] = NULL; /* termiante the deck */
|
||||
circarray[linec] = NULL; /* terminate the deck */
|
||||
inp_spsource((FILE *) NULL, FALSE, NULL, TRUE); /* process */
|
||||
tfree(circarray); /* set to empty */
|
||||
linec = 0;
|
||||
|
||||
Reference in New Issue
Block a user