X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/82a21b6f3cddf8ab048dcb02c080ea9797c73c5a..1daa04bab784f205a8863d0eebc918444b2a9042:/sbr/seq_read.c?ds=sidebyside diff --git a/sbr/seq_read.c b/sbr/seq_read.c index f36edb56..985c61e8 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -3,14 +3,13 @@ * seq_read.c -- read the .mh_sequence file and * -- initialize sequence information * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ #include +#include /* * static prototypes @@ -159,7 +158,8 @@ seq_private (struct msgs *mp) static int seq_init (struct msgs *mp, char *name, char *field) { - int i, j, k, is_current; + unsigned int i; + int j, k, is_current; char *cp, **ap; /*