From: Ian Lance Taylor Date: Tue, 12 Mar 1996 17:26:23 +0000 (+0000) Subject: tweak last patch X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=7826d7e117269033559420ac085095f39e336496;p=deliverable%2Fbinutils-gdb.git tweak last patch --- diff --git a/binutils/debug.c b/binutils/debug.c index c47f1b04b2..c6ce8a7c01 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -3199,6 +3199,8 @@ debug_type_samep (info, t1, t2) break; ++pn1; ++pn2; + ++pv1; + ++pv2; } ret = *pn1 == NULL && *pn2 == NULL; }