From: qjb Date: Sun, 18 Dec 1988 23:11:36 +0000 (+0000) Subject: Added exit(0) to the end of main(). X-Git-Tag: KREL1~47 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/a4b415937333d8b64e782d94a1931d27635373a2 Added exit(0) to the end of main(). --- diff --git a/clients/mrtest/mrtest.c b/clients/mrtest/mrtest.c index 1e2c188f..7038a093 100644 --- a/clients/mrtest/mrtest.c +++ b/clients/mrtest/mrtest.c @@ -57,6 +57,7 @@ sms() com_err(whoami, status, 0); exit(1); } + exit(0); } test_noop()