Small typo fix.
This commit is contained in:
parent
49762a3a50
commit
638ae43c89
|
@ -48,7 +48,7 @@ typedef struct CONSOLE_DRIVER
|
|||
void (*resizeScreen)(int, int);
|
||||
void (*notifyResizeScreen)(int, int); /* May be rethought later... */
|
||||
|
||||
/* Accellerator Functions (Screen) */
|
||||
/* Accelerator Functions (Screen) */
|
||||
void (*clearWindow)(char, char, char, char, int, int);
|
||||
void (*scrollUpWindow)(char, char, char, char, char, int, int);
|
||||
void (*scrollDownWindow)(char, char, char, char, char, int, int);
|
||||
|
|
|
@ -65,7 +65,7 @@ void output_spec_symbol (const parsed_symbol *sym)
|
|||
ord_spec[1] = '\0';
|
||||
}
|
||||
if (sym->flags & SYM_THISCALL)
|
||||
strcat (ord_spec, " -i386"); /* For binary compatability only */
|
||||
strcat (ord_spec, " -i386"); /* For binary compatibility only */
|
||||
|
||||
if (!globals.do_code || !sym->function_name)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue