This commit is contained in:
Holger Vogt 2022-10-26 16:23:36 +02:00
parent 39316ea3c6
commit ce2e95f32d
1 changed files with 1 additions and 1 deletions

View File

@ -1903,7 +1903,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;