summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r--usr.bin/make/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c
index 3f8c104..8a60a26 100644
--- a/usr.bin/make/str.c
+++ b/usr.bin/make/str.c
@@ -73,7 +73,7 @@ str_end()
if (argv) {
if (argv[0])
free(argv[0]);
- free((Address) argv);
+ free(argv);
}
if (buffer)
free(buffer);
OpenPOWER on IntegriCloud