aboutsummaryrefslogtreecommitdiff
path: root/pmpd2d_set.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2013-04-10 12:42:00 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2013-04-10 12:42:00 +0000
commit2efc6950cb2ef4f061a82f48a8560f076cb1976c (patch)
treece428d20e3aacdeda0df27a2e169ed64155fe5ac /pmpd2d_set.c
parent05ebe3ceb8ab68ad6968ea46aa59b525484b1cda (diff)
rdebug compilation error
svn path=/trunk/externals/pmpd/; revision=17081
Diffstat (limited to 'pmpd2d_set.c')
-rw-r--r--pmpd2d_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd2d_set.c b/pmpd2d_set.c
index 58df834..02d4683 100644
--- a/pmpd2d_set.c
+++ b/pmpd2d_set.c
@@ -187,7 +187,7 @@ void pmpd2d_setLKTab(t_pmpd2d *x, t_symbol *s, int argc, t_atom *argv)
tmp = max(0, min( x->nb_link-1, tmp));
x->link[tmp].K_L = K_l;
}
- else if (argc == 2) && ( ( argv[0].a_type == A_SYMBOL ) && ( argv[1].a_type == A_FLOAT ) )
+ else if ( (argc == 2) && ( argv[0].a_type == A_SYMBOL ) && ( argv[1].a_type == A_FLOAT ) )
{
for (i=0; i< x->nb_link; i++)
{