diff options
author | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-29 21:38:55 +0000 |
---|---|---|
committer | Thomas O Fredericks <mrtof@users.sourceforge.net> | 2009-09-29 21:38:55 +0000 |
commit | b95a41d4163666368971d39c2a8d9af64501d36c (patch) | |
tree | cc2b949c5ad8db8e6ffdd960d50b2b66ce86a9e9 /src/param.c | |
parent | c6750d375d8fcf3705b8992c8c9f5006a2bb0716 (diff) |
Make paramRoute require a /
svn path=/trunk/externals/tof/; revision=12493
Diffstat (limited to 'src/param.c')
-rw-r--r-- | src/param.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/param.c b/src/param.c index ac061fa..6551748 100644 --- a/src/param.c +++ b/src/param.c @@ -199,11 +199,8 @@ static void *param_new(t_symbol *s, int ac, t_atom *av) pd_error(x,"Could not create param. See possible errors above."); } - - - return (x); } |