Skip to content

Commit 61746ac

Browse files
committed
Fixed typo
1 parent 9938771 commit 61746ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ PHPAPI void redis_unwatch_response(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redi
11651165
PHP_METHOD(Redis, unwatch)
11661166
{
11671167
char cmd[] = "*1" _NL "$7" _NL "UNWATCH" _NL;
1168-
generic_empty_cmdi_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, estrdup(cmd), sizeof(cmd)-1, redis_unwatch_response);
1168+
generic_empty_cmd_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, estrdup(cmd), sizeof(cmd)-1, redis_unwatch_response);
11691169

11701170
}
11711171
/* }}} */

0 commit comments

Comments
 (0)