diff options
Diffstat (limited to 'doc/SplitPath.3')
-rw-r--r-- | doc/SplitPath.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |