summaryrefslogtreecommitdiff
path: root/base/gdevdbit.c
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2016-04-26 15:40:41 +0100
committerKen Sharp <ken.sharp@artifex.com>2016-04-26 15:40:41 +0100
commit10da8a2209c066b9060e2de0c2641a977266d115 (patch)
treea73ed68a3f4c423d2a959927694bb9e16eafae8c /base/gdevdbit.c
parente1c3a86d9d9845c717bd09b65b219b2add238ac8 (diff)
downloadghostpdl-10da8a2209c066b9060e2de0c2641a977266d115.tar.gz
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
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);