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 8545edda9..f47ec204c 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -122,7 +122,7 @@ static smallint show_color; | |||
122 | * equivalent */ | 122 | * equivalent */ |
123 | static const char ls_color_opt[] = | 123 | static const char ls_color_opt[] = |
124 | "color\0" Optional_argument "\xff" /* no short equivalent */ | 124 | "color\0" Optional_argument "\xff" /* no short equivalent */ |
125 | "\0"; | 125 | ; |
126 | #else | 126 | #else |
127 | enum { show_color = 0 }; | 127 | enum { show_color = 0 }; |
128 | #endif | 128 | #endif |