summaryrefslogtreecommitdiff
path: root/doc/html/pcre2_set_character_tables.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-28 15:58:24 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-28 15:58:24 +0000
commit0b0b2503f263550eece2de163824b4f9a7d95e20 (patch)
treeae29573cc2c62072de7f29cb65bc82847a1b0994 /doc/html/pcre2_set_character_tables.html
parenta0ec5a230a71ab8d870190c6153dc540d0885f67 (diff)
downloadpcre2-0b0b2503f263550eece2de163824b4f9a7d95e20.tar.gz
Correct tables argument data type for pcre2_set_character_tables() and fix
documentation for pcre2_maketables(). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1146 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2_set_character_tables.html')
-rw-r--r--doc/html/pcre2_set_character_tables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/pcre2_set_character_tables.html b/doc/html/pcre2_set_character_tables.html
index 5a1bd20..43c02ff 100644
--- a/doc/html/pcre2_set_character_tables.html
+++ b/doc/html/pcre2_set_character_tables.html
@@ -20,7 +20,7 @@ SYNOPSIS
</P>
<P>
<b>int pcre2_set_character_tables(pcre2_compile_context *<i>ccontext</i>,</b>
-<b> const unsigned char *<i>tables</i>);</b>
+<b> const uint8_t *<i>tables</i>);</b>
</P>
<br><b>
DESCRIPTION