Remove spurious ChangeLog addition.
[deliverable/binutils-gdb.git] / bfd / aout-target.h
index 75299fa81803b062291a408938ac10a2eb8a4c0c..b2acc090887b72bba97f424b31fed6ad0920838f 100644 (file)
@@ -207,7 +207,7 @@ static boolean
 MY(mkobject) (abfd)
      bfd *abfd;
 {
-  if (NAME(aout,mkobject) (abfd) == false)
+  if (! NAME(aout,mkobject) (abfd))
     return false;
 #if 0 /* Sizes get set in set_sizes callback, later, after we know
         the architecture and machine.  */
This page took 0.024003 seconds and 4 git commands to generate.