aboutsummaryrefslogtreecommitdiff
path: root/jim-tclprefix.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-tclprefix.c')
-rw-r--r--jim-tclprefix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/jim-tclprefix.c b/jim-tclprefix.c
index fd696b7..d7a1c45 100644
--- a/jim-tclprefix.c
+++ b/jim-tclprefix.c
@@ -128,7 +128,6 @@ static int Jim_TclPrefixCoreCommand(Jim_Interp *interp, int argc, Jim_Obj *const
}
return JIM_ERR;
}
- break;
case OPT_ALL:
if (argc != 4) {
@@ -184,7 +183,7 @@ static int Jim_TclPrefixCoreCommand(Jim_Interp *interp, int argc, Jim_Obj *const
return JIM_OK;
}
}
- return JIM_ERR;
+ return JIM_ERR; /* Cannot ever get here */
}
int Jim_tclprefixInit(Jim_Interp *interp)