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)
62 ut.ut_addr); 62 ut.ut_addr);
63 } 63 }
64#endif 64#endif
65 return(TRUE); 65 return EXIT_SUCCESS;
66} 66}