diff options
Diffstat (limited to 'src/rc/fstabinfo.c')
-rw-r--r-- | src/rc/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 4b674bc4..446f9bee 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -90,7 +90,7 @@ static const char *applet = NULL; #include "_usage.h" #define getoptstring "bmop:t:" getoptstring_COMMON -static struct option longopts[] = { +static const struct option longopts[] = { { "blockdevice", 0, NULL, 'b' }, { "options", 0, NULL, 'o' }, { "passno", 1, NULL, 'p' }, |