]> git.sur5r.net Git - cc65/blobdiff - src/da65/comments.c
Fix comment typos.
[cc65] / src / da65 / comments.c
index 3cad907e15e78534f0c493554441324e1bf05d66..64b64ca285ba00e600a459b0ff7da127bf198f30 100644 (file)
@@ -44,7 +44,7 @@
 
 
 /*****************************************************************************/
-/*                                  Data                                    */
+/*                                   Data                                    */
 /*****************************************************************************/
 
 
@@ -55,7 +55,7 @@ static const char* CommentTab[0x10000];
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                   Code                                    */
 /*****************************************************************************/
 
 
@@ -85,6 +85,3 @@ const char* GetComment (unsigned Addr)
     /* Return the label if any */
     return CommentTab[Addr];
 }
-
-
-