diff options
Diffstat (limited to 'randomblock~.c')
-rw-r--r-- | randomblock~.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/randomblock~.c b/randomblock~.c index ad41034..f75e16b 100644 --- a/randomblock~.c +++ b/randomblock~.c @@ -71,12 +71,11 @@ static void *randomblock_new(t_float flimit) return(x); } -static void *randomblock_limit(t_randomblock* x, t_float flimit) +static void randomblock_limit(t_randomblock* x, t_float flimit) { if ( flimit < 0 || flimit > RAND_MAX ) { post( "randomblock~: wrong random limit" ); - return; } else { |