]> git.sur5r.net Git - cc65/blobdiff - src/common/strutil.h
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / common / strutil.h
index f32a2bfa4aea827623590ef9f914f51019652f0a..2bdcc56865a235d1c55c201523783326b5ff4f9f 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************/
 /*                                                                           */
-/*                                strutil.h                                 */
+/*                                 strutil.h                                 */
 /*                                                                           */
-/*                        String utility functions                          */
+/*                         String utility functions                          */
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
@@ -43,7 +43,7 @@
 
 
 /*****************************************************************************/
-/*                                          Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -62,6 +62,3 @@ int StrCaseCmp (const char* S1, const char* S2);
 /* End of strutil.h */
 
 #endif
-
-
-