diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index c263fa550244..a2470696d4df 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -771,8 +771,7 @@ main(int argc, char **argv) errx(EXIT_FAILURE, "Event error: %s", strerror(event.data)); else printf("Something was written in '%s'\en", argv[1]); -} - + } } } .Ed