From 586cc6ef859699d53e8df19102a3603a97763715 Mon Sep 17 00:00:00 2001 From: bostic Date: Thu, 2 Dec 1993 15:01:51 +0000 Subject: [PATCH] lint --- common/seq.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/seq.c b/common/seq.c index 5a2395f1..8ff6a670 100644 --- a/common/seq.c +++ b/common/seq.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: seq.c,v 8.19 1993/12/02 10:36:50 bostic Exp $ (Berkeley) $Date: 1993/12/02 10:36:50 $"; +static char sccsid[] = "$Id: seq.c,v 8.20 1993/12/02 15:01:51 bostic Exp $ (Berkeley) $Date: 1993/12/02 15:01:51 $"; #endif /* not lint */ #include @@ -236,9 +236,10 @@ seq_save(sp, fp, prefix, stype) char *prefix; enum seqtype stype; { + CHAR_T esc; SEQ *qp; size_t olen; - int ch, esc; + int ch; char *p; /* Write a sequence command for all keys the user defined. */ -- 2.11.4.GIT