]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
inc/test-eom-align: rm(1) unwanted +inbox emails, not rmm(1).
[nmh] / uip / mhparam.c
index 3fc381b8ddc5e294217a06d5ff6b255c2bb8e9c1..e8047be68abd2f1a11d9856ee16941fbd8457c7f 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <h/mh.h>
 #include <h/mts.h>
+#include "h/done.h"
 #include <h/utils.h>
 
 #define MHPARAM_SWITCHES \
@@ -270,7 +271,7 @@ p_find(char *str)
 
     for (ps = procs; ps->p_name; ps++)
        if (!strcasecmp (ps->p_name, str))
-           return (*ps->p_field);
+           return *ps->p_field;
 
     return NULL;
 }