X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshow.c;h=b43d5a81915728dc5efeb00b5c4fde086cf58f0f;hb=dda8c13ffa51100f1482af9a2429290269068955;hp=6d91e596ce9640a28bf3f6d8aae0cbc9a98d5704;hpb=0c648c7c1509760370d4c4267a45a5a305885e7f;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index 6d91e59..b43d5a8 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -47,9 +47,6 @@ static struct swit switches[] = { { "version", 0 }, #define HELPSW 13 { "help", 0 }, -/* -** switches for debugging -*/ #define DEBUGSW 14 { "debug", -5 }, { NULL, 0 } @@ -102,7 +99,7 @@ void freects_done(int) NORETURN; /* ** static prototypes */ -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -299,7 +296,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 +402,7 @@ do_cache: } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {