summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-06-16 12:23:11 +0200
committerRobin Watts <robin.watts@artifex.com>2016-06-16 18:08:15 +0100
commitadc06f3c7f4ca0acbee8b5be84d72d716b60b5a0 (patch)
tree0fab413b744abf39086e3fb9d007fe162f577f0d /source/fitz/draw-device.c
parent000e932a844ecc6cd59ae9cadc3c3150d4a6bf5b (diff)
downloadmupdf-adc06f3c7f4ca0acbee8b5be84d72d716b60b5a0.tar.xz
Add PNG output for mutool convert.
Diffstat (limited to 'source/fitz/draw-device.c')
-rw-r--r--source/fitz/draw-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c
index f725fd41..126f715d 100644
--- a/source/fitz/draw-device.c
+++ b/source/fitz/draw-device.c
@@ -9,7 +9,7 @@ const char *fz_draw_options_usage =
"\theight=N: render pages to fit N pixels tall (ignore resolution option)\n"
"\tcolorspace=(gray|rgb|cmyk): render using specified colorspace\n"
"\talpha: render pages with alpha channel and transparent background\n"
- ;
+ "\n";
static int opteq(const char *a, const char *b)
{