From 3052c068aa737824a035e72f65de18524fd2aad5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 20 Apr 2020 12:01:47 +0930 Subject: [PATCH] fix typo last commit --- binutils/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/readelf.c b/binutils/readelf.c index ea30f883c5..bdff010981 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); -- 2.34.1