summaryrefslogtreecommitdiff
path: root/sent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sent.c')
-rw-r--r--sent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sent.c b/sent.c
index 74412ba..1b3b8f2 100644
--- a/sent.c
+++ b/sent.c
@@ -622,5 +622,5 @@ int main(int argc, char *argv[])
run();
cleanup();
- return EXIT_SUCCESS;
+ return 0;
}