typo fix in last change
authorAlan Modra <amodra@gmail.com>
Fri, 26 Apr 2002 06:01:20 +0000 (06:01 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 26 Apr 2002 06:01:20 +0000 (06:01 +0000)
bfd/coffcode.h

index 84269bd1ccc034500a408ca00462ca09ae62976c..eadb8984be8106cf76b2c2f413a46360b6e9753b 100644 (file)
@@ -3014,7 +3014,7 @@ coff_compute_section_file_positions (abfd)
        else
          current->target_index = target_index++;
       }
-    abfd->section_tail = &current->next
+    abfd->section_tail = &current->next;
 
     free (section_list);
   }
This page took 0.026553 seconds and 4 git commands to generate.