Skip to content

Commit

Permalink
Update zloop.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossverse authored Sep 4, 2017
1 parent c545b4f commit 856e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zloop.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ void
zloop_set_nonstop (zloop_t *self, bool nonstop)
{
assert (self);
self->nonstop = true;
self->nonstop = nonstop;
}


Expand Down

0 comments on commit 856e791

Please sign in to comment.