Skip to content

Commit d9494d5

Browse files
ElyesHH. Peter Anvin
authored andcommitted
output/outmacho.c: Add missing space at break quoted strings
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
1 parent 346a1b3 commit d9494d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

output/outmacho.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ static int64_t add_reloc(struct section *sect, int32_t section,
452452

453453
case RL_SUB: /* obsolete */
454454
nasm_warn(WARN_OTHER, "relcation with subtraction"
455-
"becomes to be obsolete");
455+
" becomes to be obsolete");
456456
r->ext = 0;
457457
r->type = X86_64_RELOC_SUBTRACTOR;
458458
break;
@@ -563,7 +563,7 @@ static void macho_output(const struct out_data *out)
563563
"BSS section: ignored");
564564
/* FIXME */
565565
nasm_warn(WARN_OTHER, "section size may be negative"
566-
"with address symbols");
566+
" with address symbols");
567567
s->size += realsize(type, size);
568568
return;
569569
}

0 commit comments

Comments
 (0)