From 530895321c94d446577272b3f99e35b2f2076498 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 21 Aug 2017 22:08:44 -0400
Subject: [PATCH] missed a static declaration

---
 counter~.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/counter~.c b/counter~.c
index bb69ce1..2c529b4 100755
--- a/counter~.c
+++ b/counter~.c
@@ -18,7 +18,7 @@ typedef struct _counter
 } t_counter;
 
 static void *counter_new(t_symbol *s, int argc, t_atom *argv);
-t_int *counter_perform(t_int *w);
+static t_int *counter_perform(t_int *w);
 static void counter_dsp(t_counter *x, t_signal **sp);
 static void counter_setnext(t_counter *x, t_floatarg val);
 static void counter_direction(t_counter *x, t_floatarg d);
-- 
GitLab