diff options
Diffstat (limited to 'src/date.c')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index 4c575b164..24390529c 100644 --- a/src/date.c +++ b/src/date.c @@ -86,7 +86,7 @@ enum static char const short_options[] = "d:f:I::r:Rs:u"; -static const struct option const long_options[] = +static struct option const long_options[] = { {"date", required_argument, NULL, 'd'}, {"file", required_argument, NULL, 'f'}, |