From: ceriel Date: Thu, 12 Feb 1987 13:54:37 +0000 (+0000) Subject: forgot a continue. X-Git-Tag: release-5-5~4676 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0905b2ba25232e54bae4b5fd6d99887ea136af4a;p=ack.git forgot a continue. --- diff --git a/util/led/main.c b/util/led/main.c index 3b7e23765..1b3958879 100644 --- a/util/led/main.c +++ b/util/led/main.c @@ -424,7 +424,7 @@ complete_sections() continue; outsect[sectindex].os_size += sect_comm[sectindex]; - if (flagword & RFLAG) + if (flagword & RFLAG) continue; outsect[sectindex].os_lign = tstbit(sectindex, lignmap) ? sect_lign[sectindex] : 1; if (tstbit(sectindex, basemap)) {