summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclCmdIL.c')
-rw-r--r--generic/tclCmdIL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c
index a726932..9cdbcf7 100644
--- a/generic/tclCmdIL.c
+++ b/generic/tclCmdIL.c
@@ -252,7 +252,7 @@ IfConditionCallback(
if (result != TCL_OK) {
TclDecrRefCount(boolObj);
- return result;
+ NRE_NEXT(result);
}
if (Tcl_GetBooleanFromObj(interp, boolObj, &value) != TCL_OK) {
TclDecrRefCount(boolObj);