summaryrefslogtreecommitdiff
path: root/base/gdevdbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gdevdbit.c')
-rw-r--r--base/gdevdbit.c3
1 files changed, 2 insertions, 1 deletions
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);