aboutsummaryrefslogtreecommitdiff
path: root/src/paramCustom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/paramCustom.c')
-rw-r--r--src/paramCustom.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/paramCustom.c b/src/paramCustom.c
index c1cddda..4f6c9c2 100644
--- a/src/paramCustom.c
+++ b/src/paramCustom.c
@@ -139,10 +139,8 @@ static void* paramCustom_new(t_symbol *s, int ac, t_atom *av)
- x->param = param_register(x,root,path,\
- NULL,\
- (t_paramSaveMethod) paramCustom_save,\
- NULL);
+ x->param = param_register(x,root,path, NULL,\
+ (t_paramSaveMethod) paramCustom_save,NULL);
if (!x->param) return NULL;