Skip to content

Commit

Permalink
[dist] Update uv_run call for new signature
Browse files Browse the repository at this point in the history
  • Loading branch information
AvianFlu committed Feb 7, 2013
1 parent 4ee21e7 commit 6477c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aeternum.c
Expand Up @@ -231,7 +231,7 @@ int main(int argc, char *argv[]) {

spawn_child(0);

r = uv_run(loop);
r = uv_run(loop, UV_RUN_DEFAULT);
free(pidfile);
return r;
}

0 comments on commit 6477c0d

Please sign in to comment.