Commit 9f9b60f9 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Typo

parent 8218db3d
......@@ -449,7 +449,7 @@ int zzlCompareElements(unsigned char *eptr, unsigned char *cstr, unsigned int cl
return cmp;
}
unsigned int *zzlLength(robj *zobj) {
unsigned int zzlLength(robj *zobj) {
unsigned char *zl = zobj->ptr;
return ziplistLen(zl)/2;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment