Skip to content

Commit 3773ca5

Browse files
committed
fix typo
1 parent afbe3a5 commit 3773ca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lTerm_windows_stubs.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,10 @@ static value result_read_console_input(struct job_read_console_input *job)
205205

206206
CAMLprim value lt_windows_read_console_input_job(value val_fd)
207207
{
208-
CAMLparam0();
208+
CAMLparam1(val_fd);
209209
LWT_UNIX_INIT_JOB(job, read_console_input, 0);
210210
job->handle = Handle_val(val_fd);
211211
job->error_code = 0;
212-
return lwt_unix_alloc_job(&(job->job));
213212
CAMLreturn(lwt_unix_alloc_job(&(job->job)));
214213
}
215214

0 commit comments

Comments
 (0)