dtdocbook/tcl/tclUtil.c: fix merge error

This commit is contained in:
Jon Trulson 2018-06-27 22:48:30 -06:00
parent 6b919c82d2
commit 94e69a00a7
1 changed files with 1 additions and 1 deletions

View File

@ -856,7 +856,7 @@ Tcl_Concat(
int
Tcl_StringMatch(
char *string, /* String. */
char *pattern /* Pattern, which may contain
char *pattern /* Pattern, which may contain something */
)
{
char c2;