Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
gofmyt
Browse files Browse the repository at this point in the history
  • Loading branch information
bronze1man committed Nov 18, 2013
1 parent 7f0625d commit d78b306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsnotify_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (w *Watcher) readEvents() {
default:
}

n, errno = syscall.Read(w.fd, buf[0:])
n, errno = syscall.Read(w.fd, buf[0:])

// If EOF is received
if n == 0 {
Expand Down

0 comments on commit d78b306

Please sign in to comment.