X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..54dae008ec9e75cd8625945d78cff47a88261bfa:/sbr/seq_del.c diff --git a/sbr/seq_del.c b/sbr/seq_del.c index ed70c5d9..8c353f38 100644 --- a/sbr/seq_del.c +++ b/sbr/seq_del.c @@ -2,7 +2,9 @@ /* * seq_del.c -- delete message(s) from a sequence * - * $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 @@ -23,7 +25,8 @@ int seq_delsel (struct msgs *mp, char *cp, int public, int zero) { - int i, msgnum, new_seq = 1; + unsigned int i; + int msgnum, new_seq = 1; if (!seq_nameok (cp)) return 0;