summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index a0b8edc..e08b9f2 100644
--- a/expac.c
+++ b/expac.c
@@ -88,7 +88,7 @@ static char *strtrim(char *str) {
return str;
}
-char *trim_optdep(char *optdep) {
+static char *trim_optdep(char *optdep) {
char *colon;
colon = strchr(optdep, ':');