diff options
Diffstat (limited to 'src/readlink.c')
-rw-r--r-- | src/readlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readlink.c b/src/readlink.c index 98a955c0c..405d467d7 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -38,7 +38,7 @@ static bool no_newline; /* If true, report error messages. */ static bool verbose; -static struct option const longopts[] = +static const struct option const longopts[] = { {"canonicalize", no_argument, NULL, 'f'}, {"canonicalize-existing", no_argument, NULL, 'e'}, |