From f462a9ea21643369d0dd4327c69c0a802cb3da35 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 19 May 2002 16:17:54 +0000 Subject: * addr2line.c: Fix formatting. * ar.c: Likewise. * arsup.c: Likewise. * arsup.h: Likewise. * binemul.c: Likewise. * binemul.h: Likewise. * bucomm.c: Likewise. * coffdump.c: Likewise. * coffgrok.c: Likewise. * coffgrok.h: Likewise. --- binutils/arsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/arsup.h') diff --git a/binutils/arsup.h b/binutils/arsup.h index e875cbf6f36..aeec2589b01 100644 --- a/binutils/arsup.h +++ b/binutils/arsup.h @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ struct list { - char *name; + char *name; struct list *next; }; -- cgit v1.2.1