From eb6e7eb94df3f29b33dcdf40b1790dadc7f37f50 Mon Sep 17 00:00:00 2001 From: antirez Date: Sat, 21 Apr 2012 21:49:21 +0200 Subject: [PATCH] Even inside #if 0 comments are comments. --- src/dict.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dict.c b/src/dict.c index 44073786..e6668082 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 ------------------------*/ -- 2.45.2