Skip to content

Commit

Permalink
subprocess: Negate #else label (#4549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored Jun 12, 2024
1 parent dcabce7 commit fb384a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/util/subprocess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fb384a4

Please sign in to comment.