summaryrefslogtreecommitdiff
path: root/apps/mupdfclean.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mupdfclean.c')
-rw-r--r--apps/mupdfclean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mupdfclean.c b/apps/mupdfclean.c
index f47ea2b5..c8a81274 100644
--- a/apps/mupdfclean.c
+++ b/apps/mupdfclean.c
@@ -792,7 +792,7 @@ int main(int argc, char **argv)
xref = pdf_open_document(ctx, infile);
if (pdf_needs_password(xref))
if (!pdf_authenticate_password(xref, password))
- fz_throw(ctx, "cannot authenticate password: %s\n", infile);
+ fz_throw(ctx, "cannot authenticate password: %s", infile);
out = fopen(outfile, "wb");
if (!out)