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 a35a52f6..57b41205 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -63,7 +63,7 @@ const char *applet = NULL; const char *extraopts = NULL; -const char *getoptstring = "MRbmop:t:" getoptstring_COMMON; +const char getoptstring[] = "MRbmop:t:" getoptstring_COMMON; const struct option longopts[] = { { "mount", 0, NULL, 'M' }, { "remount", 0, NULL, 'R' }, |