C style
This commit is contained in:
parent
66e5f13e7a
commit
2d0c00ff5f
@ -610,11 +610,9 @@ void addReplyHelp(client *c, const char **help) {
|
|||||||
"%s <subcommand> arg arg ... arg. Subcommands are:",cmd);
|
"%s <subcommand> arg arg ... arg. Subcommands are:",cmd);
|
||||||
sdsfree(cmd);
|
sdsfree(cmd);
|
||||||
|
|
||||||
while (help[blen]) {
|
while (help[blen]) addReplyStatus(c,help[blen++]);
|
||||||
addReplyStatus(c,help[blen++]);
|
|
||||||
}
|
|
||||||
|
|
||||||
blen += 1; /* Account for the header line(s). */
|
blen++; /* Account for the header line(s). */
|
||||||
setDeferredMultiBulkLength(c,blenp,blen);
|
setDeferredMultiBulkLength(c,blenp,blen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user