MFC r287695: Replace `return' outside of function with exit

Pointy hat to:	me
This commit is contained in:
dteske 2015-11-02 22:04:22 +00:00
parent 2123c18eab
commit 8701ebe105

View File

@ -1644,7 +1644,7 @@ while :; do
esac
done
return $SUCCESS
exit $SUCCESS
################################################################################
# END