diff options
Diffstat (limited to 'src/configfile.c')
-rw-r--r-- | src/configfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configfile.c b/src/configfile.c index a03c9bd..bb71b95 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -1000,7 +1000,7 @@ int config_parse_file(server *srv, config_t *context, const char *fn) { return ret; } -static char* getCWD() { +static char* getCWD(void) { char *s, *s1; size_t len; #ifdef PATH_MAX |