From: Peje Nilsson Date: Mon, 19 Jun 2017 08:24:48 +0000 (+0200) Subject: Remove goto L12 - take two X-Git-Tag: 1.1~226 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=2fe36df4e27d318ca2df80386fa42390ace453ed;hp=2fe36df4e27d318ca2df80386fa42390ace453ed;p=open-adventure.git 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; ---