X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_setcur.c;h=357c04b6e29b1b5b670d3878a6d6e479032819e3;hp=fdf202881a2166f6534f072c1159a63acf519351;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/seq_setcur.c b/sbr/seq_setcur.c index fdf2028..357c04b 100644 --- a/sbr/seq_setcur.c +++ b/sbr/seq_setcur.c @@ -1,10 +1,10 @@ /* - * seq_setcur.c -- set the current message ("cur" sequence) for a folder - * - * 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. - */ +** seq_setcur.c -- set the current message ("cur" sequence) for a folder +** +** 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 @@ -13,8 +13,8 @@ void seq_setcur (struct msgs *mp, int msgnum) { /* - * Just call seq_addmsg() to update the - * "cur" sequence. - */ + ** Just call seq_addmsg() to update the + ** "cur" sequence. + */ seq_addmsg (mp, current, msgnum, -1, 1); }