X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..a80e3521e108c8c625c40595453e235e43d84800:/sbr/seq_del.c diff --git a/sbr/seq_del.c b/sbr/seq_del.c index eb41ec40..8c353f38 100644 --- a/sbr/seq_del.c +++ b/sbr/seq_del.c @@ -25,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;