cord/de: Change main() declaration style from K-R to ANSI C
authorIvan Maidanski <ivmai@mail.ru>
Fri, 12 Feb 2016 16:49:31 +0000 (19:49 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 12 Feb 2016 16:51:42 +0000 (19:51 +0300)
commit6ea3b0c2c4e21aba23ed27561a798f6736a09875
treeea2301024dbac4761c33a7be004ce30db93c2d72
parent9e18861687f90bbead8d4719fdc251db77628a11
cord/de: Change main() declaration style from K-R to ANSI C

* cord/tests/de.c (main): Replace the K&R-style function definition
with the ANSI C one.
* cord/tests/de.c (main): Replace goto with a block.
* cord/tests/de.c (main): Replace exit(0) with return.
cord/tests/de.c