mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 15:54:22 +02:00
typo: missing ;
This commit is contained in:
parent
cd3ab57f9b
commit
5aea4aa522
@ -72,7 +72,7 @@ flock(int fd, int op)
|
||||
if (rc && (errno == EAGAIN))
|
||||
errno = EWOULDBLOCK;
|
||||
#else
|
||||
rc = -1
|
||||
rc = -1;
|
||||
errno = ENOSYS;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user