Also fixed the error noted by Ryan Schmidt in Issue #156 (void
function attempts to return a value).
This commit is contained in:
parent
7b08d16542
commit
e7de38899d
|
|
@ -330,7 +330,6 @@ extDefPush(defList)
|
|||
freeMagic(defList);
|
||||
defList = defList->ld_next;
|
||||
}
|
||||
return (0);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue