summaryrefslogtreecommitdiff
path: root/src/dict.c
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-04-21 21:49:21 +0200
committerantirez <antirez@gmail.com>2012-04-21 21:49:21 +0200
commiteb6e7eb94df3f29b33dcdf40b1790dadc7f37f50 (patch)
tree9b2f0676b951a04f2345a6a2d78fbd61d877f3c4 /src/dict.c
parent92cc20ecfe195e3f08832200b1efc8911fe586f8 (diff)
downloadredis-eb6e7eb94df3f29b33dcdf40b1790dadc7f37f50.tar.gz
Even inside #if 0 comments are comments.
Diffstat (limited to 'src/dict.c')
-rw-r--r--src/dict.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dict.c b/src/dict.c
index 44073786e..e6668082f 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -643,8 +643,8 @@ void dictDisableResize(void) {
#if 0
-The following is code that we don't use for Redis currently, but that is part
-of the library.
+/* The following is code that we don't use for Redis currently, but that is part
+of the library. */
/* ----------------------- Debugging ------------------------*/