summaryrefslogtreecommitdiff
path: root/source/tools/murun.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-11-14 00:15:14 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-11-14 00:15:14 +0100
commit813e78aefb939daffd8f071be0790470ab037f2c (patch)
tree487a6cf616227f96f7fbe1732fdd89698a1b8646 /source/tools/murun.c
parentadb68c17dcb8f92508eda3dde0077b0d87158075 (diff)
downloadmupdf-master.tar.xz
Remove TARGA output support.HEADmaster
It is not very useful.
Diffstat (limited to 'source/tools/murun.c')
-rw-r--r--source/tools/murun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/murun.c b/source/tools/murun.c
index d122ce51..90fc77ea 100644
--- a/source/tools/murun.c
+++ b/source/tools/murun.c
@@ -4731,7 +4731,7 @@ int murun_main(int argc, char **argv)
// Pixmap.scale()
jsB_propfun(J, "Pixmap.saveAsPNG", ffi_Pixmap_saveAsPNG, 1);
- // Pixmap.saveAsPNM, PAM, TGA, PWG, PCL
+ // Pixmap.saveAsPNM, PAM, PWG, PCL
// Pixmap.halftone() -> Bitmap
// Pixmap.md5()