diff options
author | Jan-Erik Rediger <badboy@archlinux.us> | 2016-11-04 15:22:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-04 15:22:16 +0100 |
commit | afdef3e6ecc790dd2f256a944e397018112e0403 (patch) | |
tree | 970aacac45e7f3438f12f9f57cea8b94ac16b140 | |
parent | 5f98e1d35dcf00a026793ada2662f6e1ba77eb17 (diff) | |
parent | 41b07dab5ed4c5d5679ba4b8a0fb68503c127dda (diff) |
Merge pull request #479 from DonaldWhyte/patch-1
Remove trailing comma in redisConnectionType enum
-rw-r--r-- | hiredis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |