diff options
author | 2007-09-18 08:31:15 +0000 | |
---|---|---|
committer | 2007-09-18 08:31:15 +0000 | |
commit | cb975c3b3b9df1e0135a6cd74b3fb8a7e3c7cd6f (patch) | |
tree | 65596c1cdb7db6403dba432972ee372536fc2c7e | |
parent | reindent new part (diff) | |
download | wireguard-openbsd-cb975c3b3b9df1e0135a6cd74b3fb8a7e3c7cd6f.tar.xz wireguard-openbsd-cb975c3b3b9df1e0135a6cd74b3fb8a7e3c7cd6f.zip |
make -DCLEANUP compile again
-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 |