]> git.sur5r.net Git - cc65/blobdiff - src/ld65/bin.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ld65 / bin.h
index 5ed64676c738dfe7a707c2ca28d1f6c78d1c0652..f53aec9c48258493034ea09f5674f393614194c1 100644 (file)
@@ -1,15 +1,15 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                  bin.h                                   */
+/*                                   bin.h                                   */
 /*                                                                           */
-/*                 Module to handle the raw binary format                   */
+/*                  Module to handle the raw binary format                   */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (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       */
 
 
 /*****************************************************************************/
-/*                                          Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
 
 /* Structure describing the format */
-typedef struct BinDesc_ BinDesc;
+typedef struct BinDesc BinDesc;
 
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -73,6 +73,3 @@ void BinWriteTarget (BinDesc* D, File* F);
 /* End of bin.h */
 
 #endif
-
-
-