From c5d0f9cb3928db35413db774a96dc2a8eb85b141 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 14 Dec 1996 06:08:03 +0000 Subject: -Wall cleaning. --- bin/dd/conv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/dd/conv.c') diff --git a/bin/dd/conv.c b/bin/dd/conv.c index 09ee56a..dcadadc 100644 --- a/bin/dd/conv.c +++ b/bin/dd/conv.c @@ -34,11 +34,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: conv.c,v 1.4 1996/11/12 23:09:04 phk Exp $ + * $Id: conv.c,v 1.5 1996/11/13 19:59:56 phk Exp $ */ #ifndef lint -static char sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; +static char const sccsid[] = "@(#)conv.c 8.3 (Berkeley) 4/2/94"; #endif /* not lint */ #include @@ -129,7 +129,7 @@ block() * Copy records (max cbsz size chunks) into the output buffer. The * translation is done as we copy into the output buffer. */ - ch = 0; /* Help the compiler. */ + ch = 0; for (inp = in.dbp - in.dbcnt, outp = out.dbp; in.dbcnt;) { maxlen = MIN(cbsz, in.dbcnt); if ((t = ctab) != NULL) -- cgit v1.1