Removed unnecessary #include <cc65.h> from convert.c

Adjusted block comments to predominant style
This commit is contained in:
mc78
2019-11-19 13:17:02 +01:00
committed by Oliver Schmidt
parent 1dee2360fa
commit db971d8a65
3 changed files with 5 additions and 4 deletions

View File

@@ -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);
}