From 8c4109166a72af33f7e06f0493c7b3f2db2145fa Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 27 Dec 2002 01:01:03 +0000 Subject: Be more consistent with "static". --- lib/libc/gen/wordexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/wordexp.c b/lib/libc/gen/wordexp.c index dd16fcf..48e207c 100644 --- a/lib/libc/gen/wordexp.c +++ b/lib/libc/gen/wordexp.c @@ -210,7 +210,7 @@ we_askshell(const char *words, wordexp_t *we, int flags) * special characters: |&;<>(){} * or command substitutions when WRDE_NOCMD is set in flags. */ -int +static int we_check(const char *words, int flags) { char c; -- cgit v1.1