diff options
Diffstat (limited to 'src/mktemp.c')
-rw-r--r-- | src/mktemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mktemp.c b/src/mktemp.c index 2821c8cdf..8a09231f9 100644 --- a/src/mktemp.c +++ b/src/mktemp.c @@ -42,7 +42,7 @@ enum TMPDIR_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"directory", no_argument, NULL, 'd'}, {"quiet", no_argument, NULL, 'q'}, |