summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c
index 13033ec5e..278005f86 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -55,7 +55,7 @@
# define NZERO 20
#endif
-static struct option const longopts[] =
+static const struct option const longopts[] =
{
{"adjustment", required_argument, NULL, 'n'},
{NULL, 0, NULL, 0}