X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_print.c;h=e73424eff45522f76bd6e7b19577cdf1b614af1b;hp=2db6656532dfcaa696b4f64137ec6e9193d54749;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/seq_print.c b/sbr/seq_print.c index 2db6656..e73424e 100644 --- a/sbr/seq_print.c +++ b/sbr/seq_print.c @@ -1,18 +1,18 @@ /* - * seq_print.c -- Routines to print sequence information. - * - * 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_print.c -- Routines to print sequence information. +** +** 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 #define empty(s) ((s) ? (s) : "") /* - * Print all the sequences in a folder - */ +** Print all the sequences in a folder +*/ void seq_printall (struct msgs *mp) { @@ -29,8 +29,8 @@ seq_printall (struct msgs *mp) /* - * Print a particular sequence in a folder - */ +** Print a particular sequence in a folder +*/ void seq_print (struct msgs *mp, char *seqname) {