Skip to content

Commit

Permalink
gdk_pixbuf2: add missing rg_ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 3, 2012
1 parent da5423f commit 0296196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk_pixbuf2/ext/gdk_pixbuf2/rbgdk-pixbuf.c
Expand Up @@ -625,7 +625,7 @@ rg_set_option(VALUE self, VALUE key, VALUE value)
}
#else
static VALUE
set_option(G_GNUC_UNUSED VALUE self, G_GNUC_UNUSED VALUE key, G_GNUC_UNUSED VALUE value)
rb_set_option(G_GNUC_UNUSED VALUE self, G_GNUC_UNUSED VALUE key, G_GNUC_UNUSED VALUE value)
{
rb_warning("not supported in this version of GTK+");
return Qfalse;
Expand Down

0 comments on commit 0296196

Please sign in to comment.