summaryrefslogtreecommitdiff
path: root/apps/mupdfextract.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mupdfextract.c')
-rw-r--r--apps/mupdfextract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mupdfextract.c b/apps/mupdfextract.c
index dd3066f5..88a3630d 100644
--- a/apps/mupdfextract.c
+++ b/apps/mupdfextract.c
@@ -195,7 +195,7 @@ int main(int argc, char **argv)
doc = pdf_open_document(ctx, infile);
if (pdf_needs_password(doc))
if (!pdf_authenticate_password(doc, password))
- fz_throw(ctx, "cannot authenticate password: %s\n", infile);
+ fz_throw(ctx, "cannot authenticate password: %s", infile);
if (fz_optind == argc)
{