summaryrefslogtreecommitdiff
path: root/usr.bin/make/compat.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2015-01-23 13:38:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2015-01-23 13:38:17 +0000
commit3a9a3d21d3abe156d56b8b639bc3a59ff02d9210 (patch)
tree31821f1ca141a4b4b2ed3cd10f249b4fce0ce22e /usr.bin/make/compat.c
parentb30798043696f6ff6eff1386d403a48df3736bce (diff)
typo
Diffstat (limited to 'usr.bin/make/compat.c')
-rw-r--r--usr.bin/make/compat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c
index c6c362cf85f..d546f9f86d4 100644
--- a/usr.bin/make/compat.c
+++ b/usr.bin/make/compat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: compat.c,v 1.84 2015/01/23 13:18:40 espie Exp $ */
+/* $OpenBSD: compat.c,v 1.85 2015/01/23 13:38:16 espie Exp $ */
/* $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $ */
/*
@@ -72,7 +72,7 @@ CompatMake(void *gnp, /* The node to make */
void *pgnp) /* Parent to abort if necessary */
{
GNode *gn = gnp;
- GNode *pgn = gnp;
+ GNode *pgn = pgnp;
GNode *sib;
bool cmdsOk;