Skip to content

Commit

Permalink
add static qualifier to trim_optdep
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jul 23, 2011
1 parent da0fbab commit 5f1c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expac.c
Expand Up @@ -88,7 +88,7 @@ static char *strtrim(char *str) {
return str; return str;
} }


char *trim_optdep(char *optdep) { static char *trim_optdep(char *optdep) {
char *colon; char *colon;


colon = strchr(optdep, ':'); colon = strchr(optdep, ':');
Expand Down

0 comments on commit 5f1c74c

Please sign in to comment.