Skip to content

Commit

Permalink
Update error message text; spotted bu Sergei Trofimovich
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Apr 21, 2013
1 parent ca33aa8 commit 2a17985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rts/Adjustor.c
Expand Up @@ -132,7 +132,7 @@ createAdjustor (int cconv,
}

r = ffi_prep_closure_loc(cl, cif, (void*)wptr, hptr/*userdata*/, code);
if (r != FFI_OK) barf("ffi_prep_closure failed: %d", r);
if (r != FFI_OK) barf("ffi_prep_closure_loc failed: %d", r);

return (void*)code;
}
Expand Down

0 comments on commit 2a17985

Please sign in to comment.