Also fixed the error noted by Ryan Schmidt in Issue #156 (void

function attempts to return a value).
This commit is contained in:
Tim Edwards 2022-04-13 08:39:05 -04:00
parent 7b08d16542
commit e7de38899d
1 changed files with 0 additions and 1 deletions

View File

@ -330,7 +330,6 @@ extDefPush(defList)
freeMagic(defList);
defList = defList->ld_next;
}
return (0);
}
/*