summaryrefslogtreecommitdiff
path: root/src/main/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/channel.c')
-rw-r--r--src/main/channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/channel.c b/src/main/channel.c
index b31a4f6..96043a2 100644
--- a/src/main/channel.c
+++ b/src/main/channel.c
@@ -1,5 +1,5 @@
/*
- * "$Id: channel.c,v 1.31 2008/10/29 00:10:42 easysw Exp $"
+ * "$Id: channel.c,v 1.32 2009/03/01 17:14:15 rlk Exp $"
*
* Dither routine entrypoints
*
@@ -618,9 +618,9 @@ stp_channel_initialize(stp_vars_t *v, stp_image_t *image,
stp_dprintf(STP_DBG_INK, v, " black_channel %d\n", cg->black_channel);
stp_dprintf(STP_DBG_INK, v, " gloss_channel %d\n", cg->gloss_channel);
stp_dprintf(STP_DBG_INK, v, " gloss_physical %d\n", cg->gloss_physical_channel);
- stp_dprintf(STP_DBG_INK, v, " cyan %.3f", cg->cyan_balance);
- stp_dprintf(STP_DBG_INK, v, " magenta %.3f", cg->magenta_balance);
- stp_dprintf(STP_DBG_INK, v, " yellow %.3f", cg->yellow_balance);
+ stp_dprintf(STP_DBG_INK, v, " cyan %.3f\n", cg->cyan_balance);
+ stp_dprintf(STP_DBG_INK, v, " magenta %.3f\n", cg->magenta_balance);
+ stp_dprintf(STP_DBG_INK, v, " yellow %.3f\n", cg->yellow_balance);
stp_dprintf(STP_DBG_INK, v, " input_data %p\n",
(void *) cg->input_data);
stp_dprintf(STP_DBG_INK, v, " multi_tmp %p\n",