diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-08-22 13:49:44 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2010-10-31 03:24:09 -0400 |
commit | f36ef1c7f90fee8aca0bf562d566aebf319f7b1b (patch) | |
tree | 2c9966cdb5e20723d08857aadf9ff4899627f182 | |
parent | 2d3cc54c50ce6b8bf399c74127215aac26b23867 (diff) |
Fix typo
-rw-r--r-- | pixman/pixman-image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-image.c b/pixman/pixman-image.c index 7351c532..f767ab18 100644 --- a/pixman/pixman-image.c +++ b/pixman/pixman-image.c @@ -705,7 +705,7 @@ _pixman_image_get_solid (pixman_implementation_t *imp, { uint32_t result; - _pixman_implemementation_get_scanline_32 (imp, image, 0, 0, 1, &result, NULL); + _pixman_implementation_get_scanline_32 (imp, image, 0, 0, 1, &result, NULL); /* If necessary, convert RGB <--> BGR. */ if (PIXMAN_FORMAT_TYPE (format) != PIXMAN_TYPE_ARGB) |