diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-20 13:49:02 (GMT) |
| commit | 7d7ef84838ff5db5de2069e8f5aa8fa1ae79ce6b (patch) | |
| tree | 41badbabc8140d865699b5f639cd4c53edbe3851 /unix/tclKqueueNotfy.c | |
| parent | 3ba2524ad4dcbada77fd5079cb69007cdea2a5e9 (diff) | |
| parent | 6d093a49bdc100e9422cbde3980c3136f5989922 (diff) | |
| download | tcl-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.c | 2 |
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; } |
