diff --git a/src/hyperloglog.c b/src/hyperloglog.c index 005beb18f587023d6e9879cdce11633f930dd06a..a6cfdc7428c6c61bbe1f8075267587b34118ec6b 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]