Skip to content

Commit

Permalink
pixman: fix test
Browse files Browse the repository at this point in the history
Missing return statement would cause sporadic failure. (#728)
  • Loading branch information
sjackman authored and DomT4 committed Apr 30, 2016
1 parent e79b48b commit 55756ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pixman.rb
Expand Up @@ -45,8 +45,8 @@ def install
{
pixman_color_t white = { 0xffff, 0xffff, 0xffff, 0xffff };
pixman_image_t *image = pixman_image_create_solid_fill(&white);
pixman_image_unref(image);
return 0;
}
EOS
flags = (ENV.cflags || "").split + (ENV.cppflags || "").split + (ENV.ldflags || "").split
Expand Down

0 comments on commit 55756ca

Please sign in to comment.