From 9d1212b7b25b1f865542a3eee0aded6b4a150088 Mon Sep 17 00:00:00 2001 From: bostic Date: Sun, 2 Jan 1994 17:56:04 +0000 Subject: [PATCH] lint --- ex/ex_subst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ex/ex_subst.c b/ex/ex_subst.c index 62bcd2ac..af9f695d 100644 --- a/ex/ex_subst.c +++ b/ex/ex_subst.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: ex_subst.c,v 8.31 1994/01/02 17:54:08 bostic Exp $ (Berkeley) $Date: 1994/01/02 17:54:08 $"; +static char sccsid[] = "$Id: ex_subst.c,v 8.32 1994/01/02 17:56:04 bostic Exp $ (Berkeley) $Date: 1994/01/02 17:56:04 $"; #endif /* not lint */ #include @@ -754,8 +754,8 @@ endmatch: if (!linechanged) FREE_SPACE(sp, bp, blen); return (0); - if (bp != NULL) -ret1: FREE_SPACE(sp, bp, blen); +ret1: if (bp != NULL) + FREE_SPACE(sp, bp, blen); return (1); } -- 2.11.4.GIT