X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46ec2ee1beed21338835a7770618e085706583a9..2a4e2f15af1a697152104af8f46f0ba6aab472ff:/sbr/seq_list.c diff --git a/sbr/seq_list.c b/sbr/seq_list.c index 702def8b..c4564281 100644 --- a/sbr/seq_list.c +++ b/sbr/seq_list.c @@ -1,6 +1,4 @@ - -/* - * seq_list.c -- Get all messages in a sequence and return them +/* seq_list.c -- Get all messages in a sequence and return them * -- as a space separated list of message ranges. * * This code is Copyright (c) 2002, by the authors of nmh. See the @@ -41,8 +39,8 @@ seq_list(struct msgs *mp, char *seqname) if (mp->curmsg) { snprintf(buffer, len, "%s", m_name(mp->curmsg)); return (buffer); - } else - return (NULL); + } + return (NULL); } /* If the folder is empty, just return NULL */