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:
parent
6b919c82d2
commit
94e69a00a7
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ Tcl_Concat(
|
||||||
int
|
int
|
||||||
Tcl_StringMatch(
|
Tcl_StringMatch(
|
||||||
char *string, /* String. */
|
char *string, /* String. */
|
||||||
char *pattern /* Pattern, which may contain
|
char *pattern /* Pattern, which may contain something */
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
char c2;
|
char c2;
|
||||||
|
|
Loading…
Reference in a new issue