commit | 1f0262bcdb352e9a75a4e5f48cd63d05714e2859 | [log] [tgz] |
---|---|---|
author | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Oct 20 11:17:48 2005 +0000 |
committer | "Vladimir N. Oleynik" <dzo@simtreas.ru> | Thu Oct 20 11:17:48 2005 +0000 |
tree | e191e1f4019e7b0daf47f9077e375588f77b3c6a | |
parent | 0fa9deda1706b19e5f42ed392483a582880aaca3 [diff] [blame] |
another more const
diff --git a/coreutils/ls.c b/coreutils/ls.c index d8d814a..5042c12 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c
@@ -170,7 +170,7 @@ /* 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}