diff options
-rw-r--r-- | expac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, ':'); |