|
@@ -43,7 +43,7 @@
|
|
|
#define BTRFS_SUPER_MAGIC 0x9123683E
|
|
|
#endif
|
|
|
|
|
|
-static struct option helper_opts[] = {
|
|
|
+static const struct option helper_opts[] = {
|
|
|
{"fd", required_argument, NULL, 'f'},
|
|
|
{"path", required_argument, NULL, 'p'},
|
|
|
{"nodaemon", no_argument, NULL, 'n'},
|