X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_setcur.c;h=0de8b9709a735c038116461754af292c43b436cd;hb=b4c29794c12099556151d93a860ee51badae2e35;hp=357c04b6e29b1b5b670d3878a6d6e479032819e3;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;p=mmh diff --git a/sbr/seq_setcur.c b/sbr/seq_setcur.c index 357c04b..0de8b97 100644 --- a/sbr/seq_setcur.c +++ b/sbr/seq_setcur.c @@ -10,11 +10,11 @@ void -seq_setcur (struct msgs *mp, int msgnum) +seq_setcur(struct msgs *mp, int msgnum) { /* ** Just call seq_addmsg() to update the ** "cur" sequence. */ - seq_addmsg (mp, current, msgnum, -1, 1); + seq_addmsg(mp, current, msgnum, -1, 1); }