From 32458f1006aa98c549909ebcdd731dec08f0c474 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 26 Jun 2014 22:52:55 +0200 Subject: Comment end of conditional inclusion --- colorize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3