diff options
Diffstat (limited to 'src/tee.c')
-rw-r--r-- | src/tee.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ static bool append; /* If true, ignore interrupts. */ static bool ignore_interrupts; -static const struct option const long_options[] = +static struct option const long_options[] = { {"append", no_argument, NULL, 'a'}, {"ignore-interrupts", no_argument, NULL, 'i'}, |