]> git.refcnt.org Git - colorize.git/commitdiff
Comment end of conditional inclusion
authorSteven Schubiger <stsc@refcnt.org>
Thu, 26 Jun 2014 20:52:55 +0000 (22:52 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Thu, 26 Jun 2014 20:52:55 +0000 (22:52 +0200)
colorize.c

index ea18425296267f085d84d605fcb0d8080c3c39d1..30d03bc1d1c3e65733f5bf8fc380b2f926c8a2f0 100644 (file)
@@ -1026,7 +1026,7 @@ realloc_wrap_debug (void *ptr, size_t size, const char *file, unsigned int line)
       MEM_ALLOC_FAIL_DEBUG (file, line);
     return p;
 }
-#endif
+#endif /* !DEBUG */
 
 static void
 free_wrap (void **ptr)