From 1d4014dc52d45c9f46a8105e7a5db39e76fe8b25 Mon Sep 17 00:00:00 2001
From: BJovke <bjovan@gmail.com>
Date: Fri, 14 Apr 2017 18:10:57 +0200
Subject: [PATCH] Problem: Minor inconsistency in macro syntax. Solution: Code
 fixed. (#2534)

* Problem: Minor inconsistency in macro syntax. Solution: Code fixed.
---
 src/proxy.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/proxy.cpp b/src/proxy.cpp
index b5849f6a..d6f4f6ad 100644
--- a/src/proxy.cpp
+++ b/src/proxy.cpp
@@ -69,7 +69,7 @@
         delete poller_both_blocked;\
         delete poller_frontend_only;\
         delete poller_backend_only;\
-    } while (0)
+    } while (false)
 
 
 #define CHECK_RC_EXIT_ON_FAILURE()\
@@ -78,7 +78,7 @@
             PROXY_CLEANUP();\
             return close_and_return (&msg, -1);\
         }\
-    } while(0)
+    } while (false)
 
 #endif //  ZMQ_HAVE_POLLER