summaryrefslogtreecommitdiff
path: root/filter/rastertohp.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2021-09-07 12:32:40 -0400
committerGitHub <noreply@github.com>2021-09-07 12:32:40 -0400
commit95b70607ada186ddc3308a0a41be2f1c66ec47c2 (patch)
treed24e59172d1a41a568b15dc8716ebab18755df90 /filter/rastertohp.c
parentfd5021277412ed47e9b4fa344396119c25f47ce6 (diff)
parentbaa764fab09e72e667dc31c9397094627eda1913 (diff)
downloadcups-95b70607ada186ddc3308a0a41be2f1c66ec47c2.tar.gz
Merge pull request #5953 from AtariDreams/appcode2
Remove redundant code
Diffstat (limited to 'filter/rastertohp.c')
-rw-r--r--filter/rastertohp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/filter/rastertohp.c b/filter/rastertohp.c
index 0d76c42a2..5f7fa1ba9 100644
--- a/filter/rastertohp.c
+++ b/filter/rastertohp.c
@@ -813,8 +813,7 @@ main(int argc, /* I - Number of command-line arguments */
Shutdown();
- if (ppd)
- ppdClose(ppd);
+ ppdClose(ppd);
/*
* Close the raster stream...