Skip to content

Commit

Permalink
Merge pull request #1753 from Crossverse/patch-1
Browse files Browse the repository at this point in the history
Update zloop.c
  • Loading branch information
c-rack authored Sep 4, 2017
2 parents c545b4f + 856e791 commit 51faced
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 51faced

Please sign in to comment.