subprocess: Negate #else label (#4549)

This commit is contained in:
Khairul Azhar Kasmiran 2024-06-12 22:31:25 +08:00 committed by GitHub
parent dcabce7a13
commit fb384a4957
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -728,7 +728,7 @@ RZ_API bool rz_subprocess_login_tty(RZ_BORROW RZ_NONNULL const RzPty *pty) {
return false;
}
#else // __WINDOWS__
#else // !__WINDOWS__
#include <errno.h>
#include <sys/wait.h>