diff options
Diffstat (limited to 'coreutils/du.c')
-rw-r--r-- | coreutils/du.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/du.c b/coreutils/du.c index a4b3c817e..eceb646d1 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -143,6 +143,7 @@ static long du(const char * const filename) | |||
143 | return sum; | 143 | return sum; |
144 | } | 144 | } |
145 | 145 | ||
146 | int du_main(int argc, char **argv); | ||
146 | int du_main(int argc, char **argv) | 147 | int du_main(int argc, char **argv) |
147 | { | 148 | { |
148 | long total; | 149 | long total; |