]> git.sur5r.net Git - cc65/blobdiff - src/da65/asminc.c
Normalized code.
[cc65] / src / da65 / asminc.c
index 079b751badc6617c8b92fd59cbd9db46f1e77844..4f496c79fe0c8be726b873baa5bf64ce2f7ff98d 100644 (file)
@@ -233,6 +233,3 @@ void AsmInc (const char* Filename, char CommentStart, int IgnoreUnknown)
     /* Close the include file ignoring errors (we were just reading). */
     (void) fclose (F);
 }
-
-
-