diff options
Diffstat (limited to 'coreutils/df.c')
-rw-r--r-- | coreutils/df.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/df.c b/coreutils/df.c index 07e61d87d..ba3227f30 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -108,7 +108,7 @@ extern int df_main(int argc, char **argv) | |||
108 | endmntent(mountTable); | 108 | endmntent(mountTable); |
109 | } | 109 | } |
110 | 110 | ||
111 | exit(TRUE); | 111 | return(TRUE); |
112 | } | 112 | } |
113 | 113 | ||
114 | /* | 114 | /* |