From 0905b2ba25232e54bae4b5fd6d99887ea136af4a Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 12 Feb 1987 13:54:37 +0000 Subject: [PATCH] forgot a continue. --- util/led/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.34.1