summaryrefslogtreecommitdiff
path: root/cmds-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-check.c')
-rw-r--r--cmds-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-check.c b/cmds-check.c
index befee98a..a2e8ebeb 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -8437,7 +8437,7 @@ int cmd_check(int argc, char **argv)
while(1) {
int c;
int option_index = 0;
- static struct option long_options[] = {
+ static const struct option long_options[] = {
{ "super", 1, NULL, 's' },
{ "repair", 0, NULL, 0 },
{ "init-csum-tree", 0, NULL, 0 },