diff options
-rw-r--r-- | src/util/configuration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c index 768a8d1959..0ddb4fb2f2 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -674,7 +674,7 @@ GNUNET_CONFIGURATION_dup (const struct GNUNET_CONFIGURATION_Handle *cfg) */ static struct ConfigSection * find_section (const struct GNUNET_CONFIGURATION_Handle *cfg, - const char *section) + const char *section) { struct ConfigSection *pos; |