summaryrefslogtreecommitdiff
path: root/src/hyperloglog.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-12-02 17:03:15 +0100
committerantirez <antirez@gmail.com>2014-12-02 17:03:22 +0100
commit5bd3b9d93fe0747c71e86b601f936f4aae3664fb (patch)
treed9d5f099b8883e85e6135494cec93ae4a8541a98 /src/hyperloglog.c
parent8a7ccc58a16954a250fcb8f5ea6d184094d14653 (diff)
downloadredis-5bd3b9d93fe0747c71e86b601f936f4aae3664fb.tar.gz
Over 80 chars comment trimmed in pfcountCommand().
Diffstat (limited to 'src/hyperloglog.c')
-rw-r--r--src/hyperloglog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyperloglog.c b/src/hyperloglog.c
index 005beb18f..a6cfdc742 100644
--- a/src/hyperloglog.c
+++ b/src/hyperloglog.c
@@ -1213,7 +1213,7 @@ void pfcountCommand(redisClient *c) {
for (j = 1; j < c->argc; j++) {
/* Check type and size. */
robj *o = lookupKeyRead(c->db,c->argv[j]);
- if (o == NULL) continue; /* Assume empty HLL for non existing var. */
+ if (o == NULL) continue; /* Assume empty HLL for non existing var.*/
if (isHLLObjectOrReply(c,o) != REDIS_OK) return;
/* Merge with this HLL with our 'max' HHL by setting max[i]