From 1776c03031f4241f6044b90d485c4999ab52126b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 22 Jun 1996 21:50:14 +0000 Subject: (options): Make const. --- ufs/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ufs') diff --git a/ufs/main.c b/ufs/main.c index 617796d8..1e7a87bc 100644 --- a/ufs/main.c +++ b/ufs/main.c @@ -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, -- cgit v1.2.3