summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:49:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-20 13:49:02 (GMT)
commita3b2095071fa1f7739867bf5bb9d8a3283184693 (patch)
tree41badbabc8140d865699b5f639cd4c53edbe3851 /unix/tclXtTest.c
parentd1b88bf5454e9c89b01ad2e1dba7a2516a3dcd0c (diff)
parent19ea2d53ce181173f0ae6dfd2542b5ceb257d9ae (diff)
downloadtcl-a3b2095071fa1f7739867bf5bb9d8a3283184693.zip
tcl-a3b2095071fa1f7739867bf5bb9d8a3283184693.tar.gz
tcl-a3b2095071fa1f7739867bf5bb9d8a3283184693.tar.bz2
Few more spacing/formatting tweaks
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r--unix/tclXtTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index c6bcc18..ad7cb77 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -117,7 +117,7 @@ TesteventloopCmd(
framePtr = oldFramePtr;
} else {
Tcl_AppendResult(interp, "bad option \"", Tcl_GetString(objv[1]),
- "\": must be done or wait", (void *)NULL);
+ "\": must be done or wait", (char *)NULL);
return TCL_ERROR;
}
return TCL_OK;