diff options
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 2 |
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) { |