From f9660ce29ed072c6cbaec711c5d18b9f0ba113ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Tue, 21 Jul 2009 04:23:56 -0400 Subject: [PATCH] Fix another search and replace issue --- pixman/pixman-arm-neon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixman/pixman-arm-neon.c b/pixman/pixman-arm-neon.c index 0f78584..14f7482 100644 --- a/pixman/pixman-arm-neon.c +++ b/pixman/pixman-arm-neon.c @@ -1898,8 +1898,8 @@ pixman_fill_neon (uint32_t *bits, #define NEON_SCANLINE_BUFFER_PIXELS (1024) static inline void -neon_quadword_copy ((void *) dst, - (void *) src, +neon_quadword_copy (void * dst, + void * src, uint32_t count, /* of quadwords */ uint32_t trailer_count /* of bytes */) { -- 2.7.4