Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Aug 30, 2018
1 parent 8e90c23 commit 3e34191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duppy_stubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ CAMLprim value caml_poll(value _read, value _write, value _err, value _timeout)
}
#else
CAMLprim value caml_poll(value _read, value _write, value _err, value _timeout) {
assert false;
assert(false);
}
#endif

Expand Down

0 comments on commit 3e34191

Please sign in to comment.