diff options
-rw-r--r-- | flite/flite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flite/flite.c b/flite/flite.c index 7ad6a73..bcd8a39 100644 --- a/flite/flite.c +++ b/flite/flite.c @@ -84,7 +84,7 @@ void flite_synth(t_flite *x) { // -- sanity checks if (!(a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) { pd_error(x,"flite: no such array '%s'", x->x_arrayname->s_name); - return + return; } if (!x->textbuf) { pd_error(x,"flite: attempt to synthesize empty text-buffer!"); |