Fix compile error in MSYS2/Cygwin

This commit is contained in:
yabu76 2025-08-16 18:05:56 +09:00
parent e458b02771
commit 9784d3c277

View file

@ -2401,7 +2401,7 @@ void tty_wait_for_device(void)
// Happens when port unpluged // Happens when port unpluged
if (errno == EACCES) if (errno == EACCES)
{ {
goto error; break;
} }
#elif defined(__APPLE__) #elif defined(__APPLE__)
if (errno == EBADF) if (errno == EBADF)