Commit 1d4014dc authored by BJovke's avatar BJovke Committed by Luca Boccassi

Problem: Minor inconsistency in macro syntax. Solution: Code fixed. (#2534)

* Problem: Minor inconsistency in macro syntax. Solution: Code fixed.
parent e8be2e9d
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
delete poller_both_blocked;\ delete poller_both_blocked;\
delete poller_frontend_only;\ delete poller_frontend_only;\
delete poller_backend_only;\ delete poller_backend_only;\
} while (0) } while (false)
#define CHECK_RC_EXIT_ON_FAILURE()\ #define CHECK_RC_EXIT_ON_FAILURE()\
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
PROXY_CLEANUP();\ PROXY_CLEANUP();\
return close_and_return (&msg, -1);\ return close_and_return (&msg, -1);\
}\ }\
} while(0) } while (false)
#endif // ZMQ_HAVE_POLLER #endif // ZMQ_HAVE_POLLER
......
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