aboutsummaryrefslogtreecommitdiff
path: root/pd/src/g_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/g_io.c')
-rw-r--r--pd/src/g_io.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/pd/src/g_io.c b/pd/src/g_io.c
index 487be350..196d44d8 100644
--- a/pd/src/g_io.c
+++ b/pd/src/g_io.c
@@ -481,11 +481,12 @@ static void voutlet_dsp(t_voutlet *x, t_signal **sp)
time to copy the samples out to the containing object's outlets.
If we aren't reblocking, there's nothing to do here. */
void voutlet_dspepilog(t_voutlet *x, t_signal **parentsigs,
- int myvecsize, int phase, int period, int frequency, int downsample, int upsample /* IOhannes */, int reblock,
- int switched)
+ int myvecsize, int phase, int period, int frequency, int downsample,
+ int upsample /* IOhannes */, int reblock, int switched)
{
if (!x->x_buf) return; /* this shouldn't be necesssary... */
- x->x_updown.downsample=downsample; x->x_updown.upsample=upsample; /* IOhannes */
+ x->x_updown.downsample=downsample;
+ x->x_updown.upsample=upsample; /* IOhannes */
if (reblock)
{
t_signal *insig, *outsig;