Be more consistent with "static".

This commit is contained in:
Tim J. Robbins 2002-12-27 01:01:03 +00:00
parent c919b1e24b
commit 97c1c8f886

View File

@ -210,7 +210,7 @@ we_askshell(const char *words, wordexp_t *we, int flags)
* special characters: <newline> |&;<>(){}
* or command substitutions when WRDE_NOCMD is set in flags.
*/
int
static int
we_check(const char *words, int flags)
{
char c;