Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove erroneously placed EV_DEFAULT_UC_
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 13, 2009
1 parent 0d1ec5f commit f389f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/child_process.cc
Expand Up @@ -305,7 +305,7 @@ int ChildProcess::Write(const char *str, size_t len) {

int ChildProcess::Close(void) {
if (stdin_fd_ < 0 || got_chld_) return -1;
evcom_writer_close(EV_DEFAULT_UC_ &stdin_writer_);
evcom_writer_close(&stdin_writer_);
return 0;
}

Expand Down

0 comments on commit f389f92

Please sign in to comment.