summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-29 04:13:44 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-29 04:13:44 +0100
commit1eb972606ddbdf0d17e4bc08bf06cfd78b1a143f (patch)
tree25958711f3365b918225a13567309860403e6c27 /render
parent85792218b05cb41d7dd4696443a4fdd6c16e1817 (diff)
downloadmupdf-1eb972606ddbdf0d17e4bc08bf06cfd78b1a143f.tar.xz
create meta node for patterns. factor out pdf_torect and pdf_tomatrix.
Diffstat (limited to 'render')
-rw-r--r--render/rastppc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/rastppc.c b/render/rastppc.c
index 276ee2d7..b693b2d7 100644
--- a/render/rastppc.c
+++ b/render/rastppc.c
@@ -15,7 +15,7 @@ fz_accelrastfuncs(fz_rastfuncs *tab)
# ifdef HAVE_ALTIVEC
if (fz_cpuflags & HAVE_ALTIVEC)
{
- puts("installed altivec rastfuncs");
+ /* ... */
}
# endif
}