remove dangling spaces
This commit is contained in:
@@ -56,7 +56,7 @@ struct O65Data;
|
||||
|
||||
|
||||
void Convert (const struct O65Data* D);
|
||||
/* Convert the o65 file in D */
|
||||
/* Convert the o65 file in D */
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -81,7 +81,7 @@ void Error (const char* Format, ...)
|
||||
void Internal (const char* Format, ...)
|
||||
/* Print an internal error message and die */
|
||||
{
|
||||
va_list ap;
|
||||
va_list ap;
|
||||
va_start (ap, Format);
|
||||
fprintf (stderr, "%s: Internal error: ", ProgName);
|
||||
vfprintf (stderr, Format, ap);
|
||||
|
||||
@@ -53,7 +53,7 @@ O65Model Model = O65_MODEL_NONE;
|
||||
|
||||
/* Name table */
|
||||
static const char* const NameTable[O65_MODEL_COUNT] = {
|
||||
"none",
|
||||
"none",
|
||||
"os/a65",
|
||||
"lunix",
|
||||
"cc65-module"
|
||||
|
||||
Reference in New Issue
Block a user