aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/externals-howto/example3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorials/externals-howto/example3')
-rw-r--r--doc/tutorials/externals-howto/example3/counter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorials/externals-howto/example3/counter.c b/doc/tutorials/externals-howto/example3/counter.c
index 4eee6a5e..5fa8caef 100644
--- a/doc/tutorials/externals-howto/example3/counter.c
+++ b/doc/tutorials/externals-howto/example3/counter.c
@@ -126,6 +126,7 @@ void *counter_new(t_symbol *s, int argc, t_atom *argv)
f1=atom_getfloat(argv);
break;
case 0:
+ break;
}
if (argc<2)f2=f1;