diff options
-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 |