diff options
Diffstat (limited to '')
-rw-r--r-- | src/conffile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conffile.c b/src/conffile.c index 1fb86f0..5e9d766 100644 --- a/src/conffile.c +++ b/src/conffile.c @@ -362,7 +362,7 @@ set_bool_arg (unsigned int *var, const char *line, regmatch_t * match) return 0; } -static inline unsigned long int +static unsigned long int get_int_arg (const char *line, regmatch_t * match) { assert (line); |