summaryrefslogtreecommitdiff
path: root/apps/pdfclean.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-03-11 22:07:53 +0100
committerTor Andersson <tor@ghostscript.com>2009-03-11 22:07:53 +0100
commit2e04ad6b587c9a34d18819165152ace7657cf443 (patch)
tree61fcaf8afa4509a38fd3deab41ad100ad6939cbe /apps/pdfclean.c
parent9f6a77c2d17128a44bf2fc9fead449a05354def5 (diff)
downloadmupdf-2e04ad6b587c9a34d18819165152ace7657cf443.tar.xz
Remove fz_outofmem constant.
Diffstat (limited to 'apps/pdfclean.c')
-rw-r--r--apps/pdfclean.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/pdfclean.c b/apps/pdfclean.c
index 208d2786..5c8bd981 100644
--- a/apps/pdfclean.c
+++ b/apps/pdfclean.c
@@ -24,9 +24,9 @@ int doencrypt = 0;
int dogarbage = 0;
int doexpand = 0;
-void die(fz_error eo)
+void die(fz_error error)
{
- fz_catch(eo, "aborting");
+ fz_catch(error, "aborting");
exit(1);
}