diff options
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c index 909d4d39..340517d7 100644 --- a/src/util.c +++ b/src/util.c @@ -37,7 +37,8 @@ void get_time(char *thetime) } char * str_replace (const char *string, const char *substr, - const char *replacement) { + const char *replacement) +{ char *tok = NULL; char *newstr = NULL; char *oldstr = NULL; |