From 74eb3434599c95a3ee8a52dcd9a5d3a62946dc23 Mon Sep 17 00:00:00 2001 From: ph10 Date: Sat, 31 Dec 2011 15:19:04 +0000 Subject: Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- pcre_printint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcre_printint.c') diff --git a/pcre_printint.c b/pcre_printint.c index 7c29fc0..7d8f62d 100644 --- a/pcre_printint.c +++ b/pcre_printint.c @@ -478,7 +478,7 @@ for(;;) if (PRINTABLE(c)) fprintf(f, " %s [^%c]", flag, c); else if (utf || c > 0xff) fprintf(f, " %s [^\\x{%02x}]", flag, c); - else + else fprintf(f, " %s [^\\x%02x]", flag, c); break; -- cgit v1.2.1