X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fmh.h;h=2e3be95b2efcbe75211c25bf9f88386fa9e8911f;hp=70bfee7bf87bc1c4c0fbee3b3268e496b3e381fe;hb=714b5c530ece27ea2835a313013f5b770163403c;hpb=ced6090a330d3d83d0bce709f756aa3d7d65fea4 diff --git a/h/mh.h b/h/mh.h index 70bfee7..2e3be95 100644 --- 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))