From: Steven Schubiger Date: Thu, 26 Jun 2014 20:52:55 +0000 (+0200) Subject: Comment end of conditional inclusion X-Git-Tag: v0.55~12 X-Git-Url: http://git.refcnt.org/?p=colorize.git;a=commitdiff_plain;h=32458f1006aa98c549909ebcdd731dec08f0c474 Comment end of conditional inclusion --- 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)