From 2e04ff831d043373741c9252f3ff791bbc2bbda9 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 18 May 2022 09:06:12 +0000 Subject: doc fix --- doc/SplitPath.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SplitPath.3 b/doc/SplitPath.3 index c011194..5dae109 100644 --- a/doc/SplitPath.3 +++ b/doc/SplitPath.3 @@ -72,7 +72,7 @@ Then you should eventually free the storage with a call like the following: .PP .CS -Tcl_Free((char *) argv); +Tcl_Free(argv); .CE .PP \fBTcl_JoinPath\fR is the inverse of \fBTcl_SplitPath\fR: it takes a -- cgit v0.12