summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-28 14:38:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-08-28 14:38:46 (GMT)
commita812c806619d185a0f16bfa431b848006ba98044 (patch)
tree4870e029c9a9605d74b975bc9149229d9919d7be /generic/tclDictObj.c
parent85a07c9ee77ce7896b939d10317de1449be880e2 (diff)
parentda423a1424e34834a64c209244ef64ca7c275f7d (diff)
downloadtcl-a812c806619d185a0f16bfa431b848006ba98044.zip
tcl-a812c806619d185a0f16bfa431b848006ba98044.tar.gz
tcl-a812c806619d185a0f16bfa431b848006ba98044.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclDictObj.c')
-rw-r--r--generic/tclDictObj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index f3b0981..1952778 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -3211,6 +3211,7 @@ DictFilterCmd(
Tcl_ResetResult(interp);
Tcl_DictObjDone(&search);
+ /* FALLTHRU */
case TCL_CONTINUE:
result = TCL_OK;
break;