aboutsummaryrefslogtreecommitdiffstats
path: root/colorize.c
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2014-06-26 22:52:55 +0200
committerGravatar Steven Schubiger <stsc@refcnt.org> 2014-06-26 22:52:55 +0200
commit32458f1006aa98c549909ebcdd731dec08f0c474 (patch)
tree03013d7d55e824a781c363da6df68e5beef4852a /colorize.c
parent5f02f11890b79f3254fbafa67ee6600982953856 (diff)
downloadcolorize-32458f1006aa98c549909ebcdd731dec08f0c474.tar.gz
colorize-32458f1006aa98c549909ebcdd731dec08f0c474.tar.bz2
Comment end of conditional inclusion
Diffstat (limited to 'colorize.c')
-rw-r--r--colorize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorize.c b/colorize.c
index ea18425..30d03bc 100644
--- a/colorize.c
+++ b/colorize.c
@@ -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)