summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2013-07-10 22:37:47 -0700
committerPieter Noordhuis <pcnoordhuis@gmail.com>2013-07-10 22:37:47 -0700
commitf9ce2111bb4657639b00343311b980a0b6eda1d1 (patch)
tree123054e615aadd580d2fed86a4aeb54d2badbb88
parent6cf2e85bd2bf1bb19da2d7fdbd819d8969776e7c (diff)
Whitespace
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index c410e87..96ca63d 100644
--- a/net.c
+++ b/net.c
@@ -175,7 +175,7 @@ static int redisContextWaitReady(redisContext *c, int fd, const struct timeval *
/* Only use timeout when not NULL. */
if (timeout != NULL) {
if (timeout->tv_usec > 1000000 || timeout->tv_sec > __MAX_MSEC) {
- __redisSetErrorFromErrno(c, REDIS_ERR_IO, NULL);
+ __redisSetErrorFromErrno(c, REDIS_ERR_IO, NULL);
close(fd);
return REDIS_ERR;
}