Removed the space between function names and the opening parenthesis.
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 70bfee7..2e3be95 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -263,7 +263,7 @@ extern char *msg_delim;      /*  .. */
 ** miscellaneous macros
 */
 
-#define pidXwait(pid,cp) pidstatus (pidwait (pid, NOTOK), stdout, cp)
+#define pidXwait(pid,cp) pidstatus(pidwait(pid, NOTOK), stdout, cp)
 
 #ifndef max
 # define max(a,b) ((a) > (b) ? (a) : (b))