diff options
-rw-r--r-- | escape.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,7 @@ char *unescape(const char *text, size_t textlen, size_t *reslength) return result; } -#if 1 +#if 0 #include <stdio.h> int main(int ac, char **av) { |