From e337b260507d12f4a6312aa6c34c2f8a16a732b8 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 2835de56..69656734 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.47.2