coff: Cover 'else' with cond compilation

It was a nit in first place.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2010-11-07 01:09:36 +03:00
parent 1a824c2182
commit 2672af7379

View File

@ -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,