index
:
sent.git
master
simple plaintext presentation tool
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sent.c
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'sent.c')
-rw-r--r--
sent.c
2
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;
}