diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2025-03-03 09:33:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2025-03-03 09:33:42 (GMT) |
commit | af9dc0bf29bbdbdec72067e2dbadf232a49257d9 (patch) | |
tree | 343025a08ce567bd2cf50d63f78eb6ccefbf0cc2 /unix/tclUnixTest.c | |
parent | 6dcc8167f2562ad7d1e02274355f7cbb79ddbf68 (diff) | |
download | tcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.zip tcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.tar.gz tcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.tar.bz2 |
Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r-- | unix/tclUnixTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index 31c92a9..75fad34 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -611,9 +611,9 @@ TestgotsigCmd( static int TestchmodCmd( TCL_UNUSED(void *), - Tcl_Interp *interp, /* Current interpreter. */ + Tcl_Interp *interp, /* Current interpreter. */ int objc, /* Number of arguments. */ - Tcl_Obj *const *objv) /* Argument strings. */ + Tcl_Obj *const *objv) /* Argument strings. */ { int i, mode; |