]> git.sur5r.net Git - cc65/blobdiff - src/ld65/bin.h
Fixed an error: The amount of fill bytes for a section was declared as an
[cc65] / src / ld65 / bin.h
index 5ed64676c738dfe7a707c2ca28d1f6c78d1c0652..753f16dd4e85fa6bb0fafe6b8a7742eba9a66240 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1999     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1999-2001 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@cc65.org                                                 */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
@@ -49,7 +49,7 @@
 
 
 /* Structure describing the format */
-typedef struct BinDesc_ BinDesc;
+typedef struct BinDesc BinDesc;