Skip to content

Commit

Permalink
return a nil
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Mar 28, 2015
1 parent 6e3a9fd commit 6f337d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/ffi_yajl/ext/dlopen/dlopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static VALUE mFFI_Yajl, mDlopen, mExt;

static VALUE mDlopen_dlopen(VALUE self, VALUE file) {
dlopen(RSTRING_PTR(file), RTLD_NOW|RTLD_GLOBAL);
return Qnil;
}

void Init_dlopen() {
Expand Down

0 comments on commit 6f337d3

Please sign in to comment.