2000-11-21 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / bfd / coff-stgo32.c
index 45e7d62795af989755942c8793ebfcfd0e34fed3..95ccd83409c60f07f61aa3f352f92fa19ebc3854 100644 (file)
@@ -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' */
This page took 0.022659 seconds and 4 git commands to generate.