_pixman_run_fast_path: typo
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 28 Aug 2009 10:31:06 +0000 (06:31 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 28 Aug 2009 10:43:39 +0000 (06:43 -0400)
commit9e1a34a0d177e8c2381f419b0a04310da8cdde2b
treef16293f32872c958aadcb34ef60dd145391d237a
parent83d607cbf1d3852f91b52a427bee30fffc3029e7
_pixman_run_fast_path: typo

This is one example of a compiler warning that was lost amit the build
noise.

The error here is that in a list of required conditions we used ';'
instead of '&&' with the result of continuing to use the fast-path
even if we had a wide mask.

Another error is that it was testing src, not mask as it should.
pixman/pixman-utils.c