X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/92cc20ecfe195e3f08832200b1efc8911fe586f8..d310fbedabd3101505b694f5c25a2e48480a3c2b:/src/dict.c 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 ------------------------*/