From 1f0262bcdb352e9a75a4e5f48cd63d05714e2859 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 20 Oct 2005 11:17:48 +0000 Subject: another more const --- coreutils/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/ls.c') diff --git a/coreutils/ls.c b/coreutils/ls.c index d8d814a74..5042c1298 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -170,7 +170,7 @@ static int show_color = 0; /* long option entry used only for --color, which has no short option * equivalent. */ -static struct option ls_color_opt[] = +static const struct option ls_color_opt[] = { {"color", optional_argument, NULL, 1}, {NULL, 0, NULL, 0} -- cgit v1.2.3