unix: fix warning: return 0 in function returning void

This commit is contained in:
Ben Noordhuis 2011-12-06 22:20:30 +01:00
parent 0db3274f8a
commit b89c31b936

View File

@ -274,5 +274,4 @@ void uv__pipe_accept(EV_P_ ev_io* watcher, int revents) {
void uv_pipe_pending_instances(uv_pipe_t* handle, int count) {
return 0;
}