summaryrefslogtreecommitdiff
path: root/x11/pixman/patches/patch-af
blob: a519028021150c900ac6927d26b6f069e9c66c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.6 2009/06/26 20:30:16 sketch Exp $

--- pixman/pixman-bits-image.c.orig	Fri Jun 26 21:16:52 2009
+++ pixman/pixman-bits-image.c	Fri Jun 26 21:17:57 2009
@@ -272,7 +272,7 @@
 	coords[i + 1] = y;
     }
 
-    return bits_image_fetch_pixels_src_clip (image, buffer, n_pixels);
+    bits_image_fetch_pixels_src_clip (image, buffer, n_pixels);
 }
 
 #define N_TMP_PIXELS	(256)