diff options
| -rw-r--r-- | mrbgems/generator.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mrbgems/generator.c b/mrbgems/generator.c index 03c51f036..f5b1304fa 100644 --- a/mrbgems/generator.c +++ b/mrbgems/generator.c @@ -60,8 +60,9 @@ static char * String which will be the replacement * */ -static char -*replace(const char *s, const char *old, const char *new) + +static char * +replace(const char *s, const char *old, const char *new) { char *ret; int i, count = 0; |
