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);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user