aboutsummaryrefslogtreecommitdiff
path: root/src/sigzero~.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sigzero~.c')
-rw-r--r--src/sigzero~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sigzero~.c b/src/sigzero~.c
index afdbe70..734cb21 100644
--- a/src/sigzero~.c
+++ b/src/sigzero~.c
@@ -87,7 +87,7 @@ static void sigzero_tilde_helper(void)
post("outlet :: 1/0\t: signal turned to non-zero/zero\n");
}
-static void *sigzero_new()
+static void *sigzero_new(void)
{
t_sigzero *x = (t_sigzero *)pd_new(sigzero_class);
outlet_new(&x->x_obj, &s_float);