diff --git a/hiredis.h b/hiredis.h index d2a6e904a..423d5e504 100644 --- a/hiredis.h +++ b/hiredis.h @@ -133,7 +133,7 @@ void redisFreeSdsCommand(sds cmd); enum redisConnectionType { REDIS_CONN_TCP, - REDIS_CONN_UNIX, + REDIS_CONN_UNIX }; /* Context for a connection to Redis */