aboutsummaryrefslogtreecommitdiff
path: root/dutmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'dutmp.c')
-rw-r--r--dutmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dutmp.c b/dutmp.c
index cf5f1cff8..03d80d87d 100644
--- a/dutmp.c
+++ b/dutmp.c
@@ -62,5 +62,5 @@ extern int dutmp_main(int argc, char **argv)
ut.ut_addr);
}
#endif
- return(TRUE);
+ return EXIT_SUCCESS;
}