From ea17e2e2e43e578b3799fe9a6f7533569aed880c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 19 Nov 2008 21:06:06 +0100 Subject: [PATCH] remove semicolon at end of macro --- pixman/pixman-combine.c.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman-combine.c.template b/pixman/pixman-combine.c.template index c52b5e8..05ef9bf 100644 --- a/pixman/pixman-combine.c.template +++ b/pixman/pixman-combine.c.template @@ -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, -- 2.7.4