Skip to content

Commit 4ffd754

Browse files
It's preferable to commit code that compiles
1 parent 5b483b7 commit 4ffd754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ typedef size_t strlen_t;
437437
#define PHPREDIS_GET_OBJECT(class_entry, z) (class_entry *)((char *)Z_OBJ_P(z) - XtOffsetOf(class_entry, std))
438438

439439
#define REDIS_MAKE_STD_ZVAL(zv) PHPREDIS_NOTUSED
440-
#define REDIS_FREE_ZVAL(zv) do PHPREDIS_NOTUSED
440+
#define REDIS_FREE_ZVAL(zv) PHPREDIS_NOTUSED
441441
#endif
442442

443443
/* NULL check so Eclipse doesn't go crazy */

0 commit comments

Comments
 (0)