Commit 168efb97 authored by Martin Hurton's avatar Martin Hurton

Merge pull request #653 from mattconnolly/master

Fix preprocessor typoe
parents 0d14efe7 0f9e5f60
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment