(usage): Use EXIT_SUCCESS, not 0, for clarity.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 23:21:17 +0000 (23:21 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 23:21:17 +0000 (23:21 +0000)
commit6673927ff076cb11d329b5e546aad4796a68953d
tree655b6b13fa15e8ff338d17af0c880896fa8d88c4
parentc399132b6eb0263d1ca79f1ced201b43b2886424
(usage): Use EXIT_SUCCESS, not 0, for clarity.
(usage): Don't bother normalizing exit status
since the arg is already the correct exit status now.
(main): Use int, not size_t, to store boolean int.
src/md5sum.c