summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 52a1bc3..9803e7d 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -2536,7 +2536,7 @@ Parse_Init (void)
void
Parse_End (void)
{
- Lst_Destroy(targCmds, (void (*)(void *)) free);
+ Lst_Destroy(targCmds, free);
if (targets)
Lst_Destroy(targets, NOFREE);
Lst_Destroy(sysIncPath, Dir_Destroy);
OpenPOWER on IntegriCloud