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 df75a69..bfa4403 100644 --- a/coreutils/du.c +++ b/coreutils/du.c @@ -181,7 +181,7 @@ int du_main(int argc, char **argv) #else disp_k = 0; #endif - } + } #endif /* Note: SUSv3 specifies that -a and -s options can not be used together |