diff options
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 |