diff options
Diffstat (limited to 'src/tty.c')
-rw-r--r-- | src/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ enum /* If true, return an exit status but produce no output. */ static bool silent; -static const struct option const longopts[] = +static struct option const longopts[] = { {"silent", no_argument, NULL, 's'}, {"quiet", no_argument, NULL, 's'}, |