diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-08 11:33:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-08 11:33:43 (GMT) |
commit | 9f323759ed36ceb562207b565028db3fc8877326 (patch) | |
tree | 45483b1c2b4e00d0563987e2d59a84e58b4c4578 /generic/tclNamesp.c | |
parent | 4d2d3aed4a5255a87107172a2dce28b6015a3c23 (diff) | |
parent | 0f4cecde6f8e9135d771818d7b1410d575b8dfce (diff) | |
download | tcl-9f323759ed36ceb562207b565028db3fc8877326.zip tcl-9f323759ed36ceb562207b565028db3fc8877326.tar.gz tcl-9f323759ed36ceb562207b565028db3fc8877326.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r-- | generic/tclNamesp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c index db79017..8030699 100644 --- a/generic/tclNamesp.c +++ b/generic/tclNamesp.c @@ -2378,7 +2378,7 @@ TclGetNamespaceForQualName( } else { /* Namespace not found and was not * created. */ if (flags & TCL_FIND_IF_NOT_SIMPLE) { - /* + /* * return last found NS and not simple name relative it, * e. g. ::A::B::C::D -> ::A::B and C::D, if * namespace C cannot be found in ::A::B |