diff options
| -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)  | 
