Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2021-11-12 03:00:29 -05:00
commit 6b4eb01ee8
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1.5.208 1.5.209

View File

@ -2066,6 +2066,7 @@ _netcmp_format(ClientData clientData,
Tcl_WrongNumArgs(interp, 1, objv, "[col1_width [col2_width]]"); Tcl_WrongNumArgs(interp, 1, objv, "[col1_width [col2_width]]");
return TCL_ERROR; return TCL_ERROR;
} }
return TCL_OK;
} }
/*------------------------------------------------------*/ /*------------------------------------------------------*/