try to fix tabrest.cpp compile error

This commit is contained in:
Olivier Bertrand 2021-04-07 16:48:14 +02:00
parent 26e5ba4b51
commit 953c84657b

View file

@ -166,7 +166,7 @@ int Xcurl(PGLOBAL g, PCSZ Http, PCSZ Uri, PCSZ filename)
rc = 1;
} else {
// Parent process
wait(NULL); // Wait for the child to terminate
wait(0); // Wait for the child to terminate
} // endif pID
#endif // !__WIN__