]> git.sur5r.net Git - cc65/blobdiff - src/ar65/objfile.h
goto.c warning fix for implicit truncation
[cc65] / src / ar65 / objfile.h
index a1db14e8265e56148789121326f86a7bee3fa595..bc564c47050de4a1ef33e4f8d17e57e366dd5563 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                objfile.h                                 */
+/*                                 objfile.h                                 */
 /*                                                                           */
-/*               Object file handling for the ar65 archiver                 */
+/*                Object file handling for the ar65 archiver                 */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -53,15 +53,15 @@ struct ObjData;
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
 
 void ObjReadData (FILE* F, struct ObjData* O);
 /* Read object file data from the given file. The function expects the Name
- * and Start fields to be valid. Header and basic data are read.
- */
+** and Start fields to be valid. Header and basic data are read.
+*/
 
 void ObjAdd (const char* Name);
 /* Add an object file to the library */
@@ -74,6 +74,3 @@ void ObjExtract (const char* Name);
 /* End of objfile.h */
 
 #endif
-
-
-