fix typo last commit
authorAlan Modra <amodra@gmail.com>
Mon, 20 Apr 2020 02:31:47 +0000 (12:01 +0930)
committerAlan Modra <amodra@gmail.com>
Mon, 20 Apr 2020 02:31:47 +0000 (12:01 +0930)
binutils/readelf.c

index ea30f883c5994180353bcb421c6716cd86cc05be..bdff010981963aff22762f79e98aab08978468e9 100644 (file)
@@ -12278,7 +12278,7 @@ process_symbol_table (Filedata * filedata)
   ngnubuckets = 0;
   free (gnuchains);
   gnuchains = NULL;
-  ngnuchains = 0
+  ngnuchains = 0;
   free (mipsxlat);
   mipsxlat = NULL;
   free (buckets);
This page took 0.033906 seconds and 4 git commands to generate.