From 0d12b384fa09156d74d40376f3b8477de0c6f167 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 22 Nov 2000 01:08:53 +0000 Subject: 2000-11-21 Kazu Hirata * coff-a29k.c: Fix formatting. * coff-h8500.c: Likewise. * coff-i960.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * coff-stgo32.c: Likewise. * coff-tic54x.c: Likewise. * coff-w65.c: Likewise. * cpu-h8500.c: Likewise. * cpu-hppa.c: Likewise. * cpu-ns32k.c: Likewise. --- bfd/coff-stgo32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/coff-stgo32.c') diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 45e7d62795..95ccd83409 100644 --- a/bfd/coff-stgo32.c +++ b/bfd/coff-stgo32.c @@ -111,7 +111,7 @@ static boolean /* This macro is used, because I cannot assume the endianess of the host system */ -#define _H(index) (bfd_h_get_16(abfd, (bfd_byte *)(header+index*2))) +#define _H(index) (bfd_h_get_16(abfd, (bfd_byte *) (header+index*2))) /* These bytes are a 2048-byte DOS executable, which loads the COFF image into memory and then runs it. It is called 'stub' */ -- cgit v1.2.1