We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b483b7 commit 4ffd754Copy full SHA for 4ffd754
common.h
@@ -437,7 +437,7 @@ typedef size_t strlen_t;
437
#define PHPREDIS_GET_OBJECT(class_entry, z) (class_entry *)((char *)Z_OBJ_P(z) - XtOffsetOf(class_entry, std))
438
439
#define REDIS_MAKE_STD_ZVAL(zv) PHPREDIS_NOTUSED
440
-#define REDIS_FREE_ZVAL(zv) do PHPREDIS_NOTUSED
+#define REDIS_FREE_ZVAL(zv) PHPREDIS_NOTUSED
441
#endif
442
443
/* NULL check so Eclipse doesn't go crazy */
0 commit comments