Removed unnecessary #include <cc65.h> from convert.c
Adjusted block comments to predominant style
This commit is contained in:
@@ -1581,7 +1581,8 @@ void DbgEntry (void)
|
||||
clrscr ();
|
||||
|
||||
/* Exit intentionally with error because one may
|
||||
say that DbgEntry is always abnormal. */
|
||||
** say that DbgEntry is always abnormal.
|
||||
*/
|
||||
exit (EXIT_FAILURE);
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
#include <dirent.h>
|
||||
#include <device.h>
|
||||
#include <dio.h>
|
||||
#include <cc65.h>
|
||||
|
||||
unsigned char info_signature[3] = {3, 21, 63 | 0x80};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user