X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=4a07d016b384dd66a9ba10476fe29623daab36d8;hb=412b2e54251ff6e20537f83b95c8ee76ea8c5c40;hp=6d91e596ce9640a28bf3f6d8aae0cbc9a98d5704;hpb=0c648c7c1509760370d4c4267a45a5a305885e7f;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 6d91e59..4a07d01 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -102,7 +102,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -299,7 +299,7 @@ do_cache: adios(NULL, "out of memory"); ctp = cts; - if ((ct = parse_mime(file))); + if ((ct = parse_mime(file))) *ctp++ = ct; } else { /* @@ -405,7 +405,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {