0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-31 01:43:02 +08:00

Fixed syntax error

This commit is contained in:
Pieter Hintjens 2013-04-22 15:12:53 +02:00
parent f4dbccd4fb
commit 710f38f1cc

View File

@ -291,7 +291,7 @@ zmq::fd_t zmq::tcp_connecter_t::connect ()
errno == EHOSTUNREACH ||
errno == ENETUNREACH ||
errno == ENETDOWN ||
errno == EINVAL)
errno == EINVAL);
return retired_fd;
}
#endif