diff options
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index ea30f88..bdff010 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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); |