This commit is contained in:
owein 2020-09-09 21:36:30 +02:00 committed by yvain douard
commit f443baaf2b

5
bfg.c
View file

@ -1,6 +1,6 @@
/* code original by Jan Dlabal <dlabaljan@gmail.com>, partially rewritten by vh /* code original by Jan Dlabal <dlabaljan@gmail.com>, partially rewritten by vh,
*/ rainy tweaks by yvain douard*/
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>
@ -229,7 +229,6 @@ char *bf_next() {
bf_options.current++; bf_options.current++;
memset((char *)bf_options.state, 0, sizeof(bf_options.state)); memset((char *)bf_options.state, 0, sizeof(bf_options.state));
} }
return bf_options.ptr; return bf_options.ptr;
} }