diff options
Diffstat (limited to 'apps/pdfdraw.c')
-rw-r--r-- | apps/pdfdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfdraw.c b/apps/pdfdraw.c index 4a4117fe..f7bd35be 100644 --- a/apps/pdfdraw.c +++ b/apps/pdfdraw.c @@ -183,7 +183,7 @@ static void drawpnm(int pagenum, struct benchmark *loadtimes, struct benchmark * die(fz_throw("ioerror: could not create raster file '%s'", name)); } - if (greyscale) + if (greyscale) { sprintf(pnmhdr, "P5\n%d %d\n255\n", w, h); } |