Remove goto L12 - take two
authorPeje Nilsson <peje@irf.se>
Mon, 19 Jun 2017 08:24:48 +0000 (10:24 +0200)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 19 Jun 2017 11:33:40 +0000 (07:33 -0400)
commit2fe36df4e27d318ca2df80386fa42390ace453ed
tree5ae82869091a4e423fe7b8d5b913fa4655ce3a00
parentc2df849dade5bb7d8214c6abb6c0856b84d0d1d1
Remove goto L12 - take two

On't know if you let me near this code again but here is a second
stab at removing "goto L12"

Previous attempt failed because of trying to continue the outer
do{}while(false)
Adding an extra for(;;) loop where the only repeat is the former
"goto L12" is replaced by continue. All other exits are returns
and a break;
main.c