From 10da8a2209c066b9060e2de0c2641a977266d115 Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Tue, 26 Apr 2016 15:40:41 +0100 Subject: Typo in commit 7f42fb28229370fa9829c56c42e203ba3da5c1d2 I put the parenthesis in the wrong place and missed the failure to compile due to the cluster being very busy --- base/gdevdbit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/gdevdbit.c') diff --git a/base/gdevdbit.c b/base/gdevdbit.c index 94b95d5b6..4a061a82d 100644 --- a/base/gdevdbit.c +++ b/base/gdevdbit.c @@ -687,7 +687,8 @@ gx_default_strip_tile_rectangle(gx_device * dev, const gx_strip_bitmap * tiles, } else {\ if (proc_mono)\ code = (*proc_mono)(dev, row, srcx, raster, tid, tx, ty, tw, th, color0, color1);\ - } else code = 0;\ + else code = 0;\ + }\ }\ if (code < 0) return_error(code);\ } while (0); -- cgit v1.2.1