aboutsummaryrefslogtreecommitdiff
path: root/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'free.c')
-rw-r--r--free.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/free.c b/free.c
index a33fa9a59..f2e746e39 100644
--- a/free.c
+++ b/free.c
@@ -60,7 +60,7 @@ extern int free_main(int argc, char **argv)
printf("%6s%13ld%13ld%13ld\n", "Total:", info.totalram+info.totalswap,
(info.totalram-info.freeram)+(info.totalswap-info.freeswap),
info.freeram+info.freeswap);
- return(TRUE);
+ return EXIT_SUCCESS;
}