From e97717bac286ce7b13f20f95a56281807d9feeb1 Mon Sep 17 00:00:00 2001 From: Sergey Vlasov Date: Sun, 3 Sep 2006 14:12:51 +0200 Subject: make struct option arrays static const --- udevtrigger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udevtrigger.c') diff --git a/udevtrigger.c b/udevtrigger.c index d332e088ca..2e001db5c9 100644 --- a/udevtrigger.c +++ b/udevtrigger.c @@ -468,7 +468,7 @@ int main(int argc, char *argv[], char *envp[]) { int failed = 0; int option; - struct option options[] = { + static const struct option options[] = { { "verbose", 0, NULL, 'v' }, { "dry-run", 0, NULL, 'n' }, { "retry-failed", 0, NULL, 'F' }, -- cgit v1.2.3-54-g00ecf