Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2018-10-04 21:42:28 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-10-04 21:42:28 +0300
commit4ffd75425cc972342c7ce90d026af7f64f486ef5 (patch)
tree1136c6c0e8e3d673909ca8cbb2169cc53f739b90 /common.h
parent5b483b701ca00d2419c83eae3f7e34f822ed8c84 (diff)
It's preferable to commit code that compiles
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index d2fc98f9..9a92c72b 100644
--- a/common.h
+++ b/common.h
@@ -437,7 +437,7 @@ typedef size_t strlen_t;
#define PHPREDIS_GET_OBJECT(class_entry, z) (class_entry *)((char *)Z_OBJ_P(z) - XtOffsetOf(class_entry, std))
#define REDIS_MAKE_STD_ZVAL(zv) PHPREDIS_NOTUSED
-#define REDIS_FREE_ZVAL(zv) do PHPREDIS_NOTUSED
+#define REDIS_FREE_ZVAL(zv) PHPREDIS_NOTUSED
#endif
/* NULL check so Eclipse doesn't go crazy */