Commit afdef3e6 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger Committed by GitHub
Browse files

Merge pull request #479 from DonaldWhyte/patch-1

Remove trailing comma in redisConnectionType enum
parents 5f98e1d3 41b07dab
...@@ -133,7 +133,7 @@ void redisFreeSdsCommand(sds cmd); ...@@ -133,7 +133,7 @@ void redisFreeSdsCommand(sds cmd);
enum redisConnectionType { enum redisConnectionType {
REDIS_CONN_TCP, REDIS_CONN_TCP,
REDIS_CONN_UNIX, REDIS_CONN_UNIX
}; };
/* Context for a connection to Redis */ /* Context for a connection to Redis */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment