]> git.saurik.com Git - redis.git/blobdiff - src/dict.c
Fix compilation on FreeBSD. Thanks to @koobs on twitter.
[redis.git] / src / dict.c
index 44073786ea90394368382ef14e31b8681be14612..e6668082fdb281dce6ec7c12647032c0739377ba 100644 (file)
@@ -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 ------------------------*/