From 90c9e4a954dae1827e02c55ee9fe4fd0207b1f0b Mon Sep 17 00:00:00 2001 From: Timothy Place Date: Tue, 15 Dec 2015 09:29:13 -0600 Subject: [PATCH] lores~: warning fix --- source/audio/lores~/lores~.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/audio/lores~/lores~.c b/source/audio/lores~/lores~.c index 0f40fee..2090c36 100755 --- a/source/audio/lores~/lores~.c +++ b/source/audio/lores~/lores~.c @@ -64,6 +64,8 @@ void ext_main(void *r) class_dspinit(c); class_register(CLASS_BOX, c); lores_class = c; + + return 0; } void lores_dsp(t_lores *x, t_signal **sp, short *count)