summaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index aef4cbf..09889f6 100644
--- a/conf.c
+++ b/conf.c
@@ -36,7 +36,7 @@ static size_t strtrim(char *str)
return right - left;
}
-int is_section(const char *s, int n)
+static int is_section(const char *s, int n)
{
return s[0] == '[' && s[n-1] == ']';
}