Skip to content

Commit

Permalink
Return a value because we must
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Mar 28, 2011
1 parent 62d725a commit 82b5836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/webui_platform.c
Expand Up @@ -100,6 +100,7 @@ static VALUE load_url(VALUE self, VALUE url) {
int size = RSTRING_LEN(url);

plat_load_url(state->plat_state, ptr, size);
return url;
}

static VALUE run_js(VALUE self, VALUE str) {
Expand Down

0 comments on commit 82b5836

Please sign in to comment.