mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-13 01:31:20 +00:00
Merge pull request #653 from mattconnolly/master
Fix preprocessor typoe
This commit is contained in:
commit
168efb9739
@ -71,7 +71,7 @@ int main (void)
|
||||
printf ("I: Tune your system to increase maximum allowed file handles\n");
|
||||
#if defined (ZMQ_HAVE_OSX)
|
||||
printf ("I: On OS/X, run 'ulimit -n 1200' in bash");
|
||||
#elseif defined (ZMQ_HAVE_LINUX)
|
||||
#elif defined (ZMQ_HAVE_LINUX)
|
||||
printf ("I: On Linux, run 'ulimit -n 1200' in bash");
|
||||
#endif
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user