* h8300-dis.c: Fix formatting.
[binutils-gdb.git] / bfd / ihex.c
index 5eb3862b44832cb293c428beeb5aa093e761558a..d00c59b5e1a15ad0c6298766d6959d3330116dc9 100644 (file)
@@ -146,7 +146,7 @@ static int ihex_sizeof_headers PARAMS ((bfd *, boolean));
 
 /* The number of bytes we put on one line during output.  */
 
-#define CHUNK (21)
+#define CHUNK 16
 
 /* Macros for converting between hex and binary. */
 
@@ -1037,5 +1037,7 @@ const bfd_target ihex_vec =
   BFD_JUMP_TABLE_LINK (ihex),
   BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
+  NULL,
+  
   (PTR) 0
 };