summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJulian Smith <jules@op59.net>2020-01-08 13:04:41 +0000
committerJulian Smith <jules@op59.net>2020-01-08 16:10:17 +0000
commit5e1685812864cfde94a5c0daee0cae3307078aa7 (patch)
tree0592b2e9dbefb9dc218438f6c29761707884fc63 /contrib
parent3b727b709f40d6b93e874680ab307aa124de5422 (diff)
downloadghostpdl-5e1685812864cfde94a5c0daee0cae3307078aa7.tar.gz
Coverity 94713: added {...} to match indentation.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/lips4/gdevl4v.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/lips4/gdevl4v.c b/contrib/lips4/gdevl4v.c
index d996dc423..5600a5b21 100644
--- a/contrib/lips4/gdevl4v.c
+++ b/contrib/lips4/gdevl4v.c
@@ -2477,9 +2477,10 @@ lips4v_image_end_image(gx_image_enum_common_t * info, bool draw_last)
if (pdev->OneBitMask)
pdev->OneBitMask = false;
- else
+ else {
lputs(s, "}Q1100");
sputc(s, LIPS_IS2); /* End of Image */
+ }
pdev->MaskReverse = -1;