From 5f1c74cbb008314063e42acd91753afec9b3d24e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 23 Jul 2011 17:38:22 -0400 Subject: add static qualifier to trim_optdep --- expac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ':'); -- cgit v1.2.3-54-g00ecf