remove semicolon at end of macro
authorBenjamin Otte <otte@gnome.org>
Wed, 19 Nov 2008 20:06:06 +0000 (21:06 +0100)
committerSøren Sandmann Pedersen <sandmann@redhat.com>
Tue, 23 Jun 2009 18:42:35 +0000 (14:42 -0400)
pixman/pixman-combine.c.template

index c52b5e8..05ef9bf 100644 (file)
@@ -715,7 +715,7 @@ PdfSeperableBlendMode (Exclusion)
        res = 0;                                                        \
       else                                                             \
        res = dc - sc;                                                  \
-    } while (0);
+    } while (0)
 
 static void
 fbCombineSubtractU (pixman_implementation_t *imp, pixman_op_t op,