bfd_get_filename
[deliverable/binutils-gdb.git] / bfd / aout-target.h
index 2f3d5ea453223821201450af61632062caddce7c..99a82bb57a27c86c2f36b37bc3c156628f7685d7 100644 (file)
@@ -180,7 +180,7 @@ MY (object_p) (bfd *abfd)
 #ifndef S_IXUSR
 #define S_IXUSR 0100   /* Execute by owner.  */
 #endif
-      if (stat(abfd->filename, &buf) == 0 && (buf.st_mode & S_IXUSR))
+      if (stat (abfd->filename, &buf) == 0 && (buf.st_mode & S_IXUSR))
        abfd->flags |= EXEC_P;
     }
 #endif /* ENTRY_CAN_BE_ZERO */
This page took 0.022609 seconds and 4 git commands to generate.