diff options
author | Steven Schubiger <stsc@refcnt.org> | 2014-06-26 22:52:55 +0200 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2014-06-26 22:52:55 +0200 |
commit | 32458f1006aa98c549909ebcdd731dec08f0c474 (patch) | |
tree | 03013d7d55e824a781c363da6df68e5beef4852a /colorize.c | |
parent | 5f02f11890b79f3254fbafa67ee6600982953856 (diff) | |
download | colorize-32458f1006aa98c549909ebcdd731dec08f0c474.tar.gz colorize-32458f1006aa98c549909ebcdd731dec08f0c474.tar.bz2 |
Comment end of conditional inclusion
Diffstat (limited to 'colorize.c')
-rw-r--r-- | colorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |