diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-09-18 08:31:16 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-09-18 08:31:16 +0000 |
commit | a6afbcba6651679904bb55ad74e223196eea9b3d (patch) | |
tree | 3a5189f651b364bdc3d1de9b3dc8ced550db9942 /usr.bin | |
parent | 064a46d5424c9069e4d74c837ff13c4959f8ad2c (diff) |
make -DCLEANUP compile again
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/make/suff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 45aface4c09..ab153c2e7b0 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: suff.c,v 1.70 2007/09/17 12:42:09 espie Exp $ */ +/* $OpenBSD: suff.c,v 1.71 2007/09/18 08:31:15 espie Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -1922,7 +1922,7 @@ Suff_End(void) if (emptySuff) SuffFree(emptySuff); Lst_Destroy(&srclist, NOFREE); - ohash_delete(&transforms): + ohash_delete(&transforms); } #endif |