typo for non-threads build (issue #731)

This commit is contained in:
Alex Shinn 2021-05-05 21:14:22 +09:00
parent 1db8a573f1
commit 68a81c8aff

2
vm.c
View file

@ -2158,8 +2158,8 @@ sexp sexp_apply (sexp ctx, sexp proc, sexp args) {
sexp_poll_input(ctx, _ARG1);
fuel = 0;
ip--; /* try again */
} else {
#endif
} else {
_ARG1 = SEXP_EOF;
}
#if SEXP_USE_UTF8_STRINGS