summaryrefslogtreecommitdiff
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:15 +0100
commit164ad2ead133e23ccaeb74f42dc4e26a27a5c159 (patch)
tree2813caaaec4064f69972f672449e44ba4c465cd5
parent0e40124d0fd886d1eb76a37be125ab04d839d78f (diff)
downloadredis-164ad2ead133e23ccaeb74f42dc4e26a27a5c159.tar.gz
Over 80 chars comment trimmed in pfcountCommand().
-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]