X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_setcur.c;h=0de8b9709a735c038116461754af292c43b436cd;hp=357c04b6e29b1b5b670d3878a6d6e479032819e3;hb=714b5c530ece27ea2835a313013f5b770163403c;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 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); }