diff options
Diffstat (limited to 'sysif.c')
-rw-r--r-- | sysif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1470,7 +1470,7 @@ static struct cobj_ops cptr_dl_ops = { cobj_print_op, cptr_dl_destroy_op, cobj_mark_op, - cobj_eq_hash_op + cobj_handle_hash_op }; static val dlopen_wrap(val name, val flags) |