From f77665e112ceb0e749f8f3365a5a37139f4ef63a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 16 Mar 2022 21:03:02 -0400 Subject: main: Make (struct option) variable static const --- diff --git a/src/main.c b/src/main.c index 4abf977..bb4abb5 100644 --- a/src/main.c +++ b/src/main.c @@ -34,7 +34,7 @@ extern const char *PACKAGE_VERSION_GIT; #if defined(HAVE_GETOPT_LONG) && HAVE_GETOPT_LONG -struct option LONGOPTS_[] = { +static const struct option LONGOPTS_[] = { { .name = "list-formats", .has_arg = 0, -- cgit v0.9.1