summaryrefslogtreecommitdiff
path: root/render/rastppc.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/rastppc.c')
-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
}