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)) {