From: Nick Clifton Date: Tue, 17 Apr 2018 15:19:19 +0000 (+0100) Subject: Fix typo in ChangeLog entry in previous delta. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c4a91159afa222c1025f1535f42e382b91dc6b73;p=binutils-gdb.git Fix typo in ChangeLog entry in previous delta. PR 23063 * readelf.c (print_symbol): If the width is zero, return straight away. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 14a991bc7cd..b5dc8a6e50a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,6 @@ 2018-04-17 Nick Clifton - PR 26063 + PR 23063 * readelf.c (print_symbol): If the width is zero, return straight away.