Change comma to semicolon in pixman-combine.c.template
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Sun, 28 Jun 2009 22:54:32 +0000 (18:54 -0400)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Sun, 28 Jun 2009 22:54:32 +0000 (18:54 -0400)
pixman/pixman-combine.c.template

index 582c63e..72b4a67 100644 (file)
@@ -1977,7 +1977,7 @@ _pixman_setup_combiner_functions_width (pixman_implementation_t *imp)
     imp->combine_width_ca[PIXMAN_OP_DISJOINT_SRC] = fbCombineSrcC;
     /* dest */
     imp->combine_width_ca[PIXMAN_OP_DISJOINT_OVER] = fbCombineDisjointOverC;
-    imp->combine_width_ca[PIXMAN_OP_DISJOINT_OVER_REVERSE] = fbCombineSaturateC,
+    imp->combine_width_ca[PIXMAN_OP_DISJOINT_OVER_REVERSE] = fbCombineSaturateC;
     imp->combine_width_ca[PIXMAN_OP_DISJOINT_IN] = fbCombineDisjointInC;
     imp->combine_width_ca[PIXMAN_OP_DISJOINT_IN_REVERSE] = fbCombineDisjointInReverseC;
     imp->combine_width_ca[PIXMAN_OP_DISJOINT_OUT] = fbCombineDisjointOutC;