diff options
author | Miles Bader <miles@gnu.org> | 1996-06-22 21:50:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-22 21:50:14 +0000 |
commit | 1776c03031f4241f6044b90d485c4999ab52126b (patch) | |
tree | a24cecfc8678ded8e15e04604ab665e6b3876f5a | |
parent | 28a99b0d3e7d6669bcfa9c6eb6c4d53a6c719c34 (diff) |
(options): Make const.
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ int diskfs_readonly; /* Ufs-specific options. XXX this should be moved so it can be done at runtime as well as startup. */ -static struct argp_option +static const struct argp_option options[] = { {"compat", 'C', "FMT", 0, |