summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-27 08:17:48 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-27 08:17:48 +0200
commit715a6ef4c1f5db75affff6b8203cc3866012dead (patch)
tree780b4ca347d15af311159d1d17a3cbe2629f1b96 /test
parentbb82ca9654bf8b0d650ef79618ac9f1b49015274 (diff)
downloadmupdf-715a6ef4c1f5db75affff6b8203cc3866012dead.tar.xz
better image sampling and separation colorspace
Diffstat (limited to 'test')
-rw-r--r--test/pdffunction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pdffunction.c b/test/pdffunction.c
index d2acd691..c67e60d7 100644
--- a/test/pdffunction.c
+++ b/test/pdffunction.c
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
fprintf(stderr, "output[%d] : %f\n", i, out[i]);
fz_dropobj(funcobj);
- pdf_freefunc(func);
+ pdf_freefunction(func);
}
}