From: Cyrill Gorcunov Date: Sat, 6 Nov 2010 22:09:36 +0000 (+0300) Subject: coff: Cover 'else' with cond compilation X-Git-Tag: nasm-2.11.05~480 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2672af737954fb17ec0ebf17e787219a504c4400;p=platform%2Fupstream%2Fnasm.git coff: Cover 'else' with cond compilation It was a nit in first place. Signed-off-by: Cyrill Gorcunov --- diff --git a/output/outcoff.c b/output/outcoff.c index 21a822f..5c1de01 100644 --- a/output/outcoff.c +++ b/output/outcoff.c @@ -842,8 +842,8 @@ static inline void coff_adjust_relocs(struct Section *s) { if (s->nrelocs < IMAGE_SCN_MAX_RELOC) return; - else #ifdef OF_COFF + else { if (ofmt == &of_coff) nasm_error(ERR_FATAL,