diff options
Diffstat (limited to 'src/touch.c')
-rw-r--r-- | src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index bea51b528..bbc9c6012 100644 --- a/src/touch.c +++ b/src/touch.c @@ -77,7 +77,7 @@ enum TIME_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"time", required_argument, NULL, TIME_OPTION}, {"no-create", no_argument, NULL, 'c'}, |