From e7de38899dd49bdc30b2e5d36c0f4d07e801db19 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 13 Apr 2022 08:39:05 -0400 Subject: [PATCH] Also fixed the error noted by Ryan Schmidt in Issue #156 (void function attempts to return a value). --- extract/ExtMain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extract/ExtMain.c b/extract/ExtMain.c index 46debb8f..d904a332 100644 --- a/extract/ExtMain.c +++ b/extract/ExtMain.c @@ -330,7 +330,6 @@ extDefPush(defList) freeMagic(defList); defList = defList->ld_next; } - return (0); } /*