X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhmail.c;h=12a0bb59cedcd3bbbc3f695dc147485a0b3df9c4;hp=4939b027bca35d9a04dce12d34c06e6123fc1e8e;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1 diff --git a/uip/mhmail.c b/uip/mhmail.c index 4939b02..12a0bb5 100644 --- a/uip/mhmail.c +++ b/uip/mhmail.c @@ -1,10 +1,10 @@ /* - * mhmail.c -- simple mail program - * - * 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. - */ +** mhmail.c -- simple mail program +** +** 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 #include @@ -34,8 +34,8 @@ static struct swit switches[] = { static char tmpfil[BUFSIZ]; /* - * static prototypes - */ +** static prototypes +*/ static RETSIGTYPE intrser (int); @@ -147,7 +147,8 @@ main (int argc, char **argv) fputs ("\n", out); } else { for (somebody = 0; - (i = fread (buf, sizeof(*buf), sizeof(buf), stdin)) > 0; + (i = fread (buf, sizeof(*buf), sizeof(buf), + stdin)) > 0; somebody++) if (fwrite (buf, sizeof(*buf), i, out) != i) adios (tmpfil, "error writing");