diff options
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index df75a6953..bfa44034a 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -181,7 +181,7 @@ int du_main(int argc, char **argv) | |||
181 | #else | 181 | #else |
182 | disp_k = 0; | 182 | disp_k = 0; |
183 | #endif | 183 | #endif |
184 | } | 184 | } |
185 | #endif | 185 | #endif |
186 | 186 | ||
187 | /* Note: SUSv3 specifies that -a and -s options can not be used together | 187 | /* Note: SUSv3 specifies that -a and -s options can not be used together |