summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c
index fa1078d15..3ec6d3327 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -711,7 +711,7 @@ settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\
}
/* Return 1 if the string contains only valid options. */
-int
+static int
valid_options (char *opt, const char *valid_opts,
const char *valid_arg_opts)
{