diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:14:26 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:14:26 (GMT) |
| commit | 59b6dd5335a74d3d866f8ba3aa5662e86b1661e0 (patch) | |
| tree | a58a10a709008a92c2bd3cb895fcfac27531c9be /unix/tclXtTest.c | |
| parent | 915616b46cc0da4948b04571734c3512ac290b35 (diff) | |
| download | tcl-59b6dd5335a74d3d866f8ba3aa5662e86b1661e0.zip tcl-59b6dd5335a74d3d866f8ba3aa5662e86b1661e0.tar.gz tcl-59b6dd5335a74d3d866f8ba3aa5662e86b1661e0.tar.bz2 | |
(backport) more spacing/formatting tweaks. For now, macosx/unix/win only.
Diffstat (limited to 'unix/tclXtTest.c')
| -rw-r--r-- | unix/tclXtTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index d4b4251..c6bcc18 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -77,7 +77,7 @@ Tclxttest_Init( static int TesteventloopCmd( - TCL_UNUSED(ClientData), + TCL_UNUSED(void *), Tcl_Interp *interp, /* Current interpreter. */ int objc, /* Number of arguments. */ Tcl_Obj *const objv[]) /* Argument objects. */ |
