Turn all exits inside main into returns, replace exit(1) by exit(FAILURE).
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 6 Feb 2011 20:39:18 +0000 (20:39 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 6 Feb 2011 20:39:18 +0000 (20:39 +0000)
commit94f64430c85fb47efd55acf812e4052e4b1f9914
tree1d742e335c33b8f85d0ba0bdf3625a7ea3504fb7
parentf618d56a33190711d5bf34f1341a268667ce4645
Turn all exits inside main into returns, replace exit(1) by exit(FAILURE).

[r28335]
main.c