]> git.sur5r.net Git - cc65/blobdiff - src/da65/comments.c
Normalized code.
[cc65] / src / da65 / comments.c
index 4702cf9d7d75c02cc2ac4bfd64766f5644f7026f..64b64ca285ba00e600a459b0ff7da127bf198f30 100644 (file)
@@ -85,6 +85,3 @@ const char* GetComment (unsigned Addr)
     /* Return the label if any */
     return CommentTab[Addr];
 }
-
-
-