diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; | |||
170 | 170 | ||
171 | /* long option entry used only for --color, which has no short option | 171 | /* long option entry used only for --color, which has no short option |
172 | * equivalent. */ | 172 | * equivalent. */ |
173 | static struct option ls_color_opt[] = | 173 | static const struct option ls_color_opt[] = |
174 | { | 174 | { |
175 | {"color", optional_argument, NULL, 1}, | 175 | {"color", optional_argument, NULL, 1}, |
176 | {NULL, 0, NULL, 0} | 176 | {NULL, 0, NULL, 0} |