aboutsummaryrefslogtreecommitdiff
path: root/pmpd.c
diff options
context:
space:
mode:
authorCyrille Henry <nusmuk@users.sourceforge.net>2013-05-01 17:07:19 +0000
committerCyrille Henry <nusmuk@users.sourceforge.net>2013-05-01 17:07:19 +0000
commit65335e58a582621bcf007b610eac640d049b93f5 (patch)
treef2da264b08db43d2132a6e5a822a2244f6b14cc0 /pmpd.c
parent6232f4f5cb2302ee569f73ebe7528a51ac4277c1 (diff)
debug typo so that everything compile
svn path=/trunk/externals/pmpd/; revision=17111
Diffstat (limited to 'pmpd.c')
-rw-r--r--pmpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd.c b/pmpd.c
index 11c0c47..38b798b 100644
--- a/pmpd.c
+++ b/pmpd.c
@@ -162,7 +162,7 @@ void pmpd_setup(void)
class_addmethod(pmpd_class, (t_method)pmpd_linksPosSpeedT, gensym("linkPosSpeedXT"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_linksLengthSpeedT, gensym("linkLengthSpeedXT"), A_GIMME, 0);
- class_addmethod(pmpd_class, (t_method)pmpd_linksEndT, gensym("linksEndT"), A_GIMME, 0);
+ class_addmethod(pmpd_class, (t_method)pmpd_linkEndT, gensym("linksEndT"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_linkEnd1T, gensym("linkEnd1T"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_linkEnd2T, gensym("linkEnd2T"), A_GIMME, 0);
class_addmethod(pmpd_class, (t_method)pmpd_linkEndT, gensym("linkEndXT"), A_GIMME, 0);