coff: Cover 'else' with cond compilation
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 6 Nov 2010 22:09:36 +0000 (01:09 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 6 Nov 2010 22:09:36 +0000 (01:09 +0300)
It was a nit in first place.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outcoff.c

index 21a822f..5c1de01 100644 (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,