diff --git a/redis-cli.c b/redis-cli.c index 21959022..d6cb06a0 100644 --- a/redis-cli.c +++ b/redis-cli.c @@ -271,7 +271,6 @@ static int cliReadBulkReply(int fd) { zfree(reply); return 1; } - if (reply[bulklen-1] != '\n') printf("\n"); } else { /* If you are producing output for the standard output we want * a more interesting output with quoted characters and so forth */