From 6e136fedd057247b16fea607ef413865d709178b Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 19 Feb 1996 04:29:39 +0000 Subject: [PATCH] no comment :-( CVS patchset: 314 CVS date: 1996/02/19 04:29:39 --- lib/header.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/header.c b/lib/header.c index dcb609b..381a18f 100644 --- a/lib/header.c +++ b/lib/header.c @@ -624,7 +624,7 @@ int getEntry(Header h, int_32 tag, int_32 * type, void **p, int_32 * c) /* First find the tag */ index = findEntry(h, tag); if (! index) { - **p = NULL; + *p = NULL; return 0; } -- 2.7.4