summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 08:17:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 08:17:26 (GMT)
commit9614fc287f903c006212be3792922bbf91831e74 (patch)
treebeab5d3a78ebd7140c671e19a44a3887b44d8207 /unix/tclKqueueNotfy.c
parent7a1d3aa54ec8e67a1be1f401b8c87fdbd0cefe30 (diff)
parent16ddac314c8cbe5935c50f879e159e6bdbb1f4ae (diff)
downloadtcl-9614fc287f903c006212be3792922bbf91831e74.zip
tcl-9614fc287f903c006212be3792922bbf91831e74.tar.gz
tcl-9614fc287f903c006212be3792922bbf91831e74.tar.bz2
Merge 8.7
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 ba59166..2f62378 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -528,7 +528,7 @@ TclpCreateFileHandler(
filePtr->mask = mask;
PlatformEventsControl(filePtr, tsdPtr, EV_ADD, isNew);
-}
+}
/*
*----------------------------------------------------------------------