]> git.marmaro.de Git - mmh/blobdiff - h/mh.h
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 70bfee7bf87bc1c4c0fbee3b3268e496b3e381fe..2e3be95b2efcbe75211c25bf9f88386fa9e8911f 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))