Minor layout fix in man page mhparam(1).
[mmh] / uip / mhshow.c
index 6d91e59..b43d5a8 100644 (file)
@@ -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) {