diff --git a/output/outmacho.c b/output/outmacho.c index 70936ecb..6887d8f5 100644 --- a/output/outmacho.c +++ b/output/outmacho.c @@ -1323,7 +1323,7 @@ static void macho_write_section (void) l += sectstab[r->snum]->addr; if (r->pcrel) l -= s->addr; - } else if (r->pcrel && r->type == GENERIC_RELOC_VANILLA) + } else if (r->pcrel && r->type == GENERIC_RELOC_VANILLA) { l -= s->addr; }