diff options
Diffstat (limited to 'src/nice.c')
-rw-r--r-- | src/nice.c | 2 |
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} |