1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

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;