summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.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)
commit7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b (patch)
tree41badbabc8140d865699b5f639cd4c53edbe3851 /unix/tclKqueueNotfy.c
parent3ba2524ad4dcbada77fd5079cb69007cdea2a5e9 (diff)
parent6d093a49bdc100e9422cbde3980c3136f5989922 (diff)
downloadtcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.zip
tcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.tar.gz
tcl-7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b.tar.bz2
Few more spacing/formatting tweaks
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index 487af9c..062139a 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -740,7 +740,7 @@ TclpWaitForEvent(
i = read(tsdPtr->triggerPipe[0], buf, 1);
if ((i == -1) && (errno != EAGAIN)) {
Tcl_Panic("Tcl_WaitForEvent: read from %p->triggerPipe: %s",
- (void *) tsdPtr, strerror(errno));
+ tsdPtr, strerror(errno));
}
continue;
}