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