diff options
Diffstat (limited to 'otherlibs/win32unix/connect.c')
-rw-r--r-- | otherlibs/win32unix/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/win32unix/connect.c b/otherlibs/win32unix/connect.c index db2a9f66a..650d32b77 100644 --- a/otherlibs/win32unix/connect.c +++ b/otherlibs/win32unix/connect.c @@ -18,7 +18,7 @@ value unix_connect(socket, address) /* ML */ value socket, address; { - int retcode; + int retcode; get_sockaddr(address); enter_blocking_section(); |