diff options
Diffstat (limited to 'watch.c')
-rw-r--r-- | watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ int main(int argc, char *argv[]) { fail(); } - int n, i; + int n; struct kevent event; while (1) { // Wait for event |