summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--escape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/escape.c b/escape.c
index f370fc9..dda2b56 100644
--- a/escape.c
+++ b/escape.c
@@ -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)
{