1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-15 02:29:32 +00:00

Fixed discrepancy between definition and declaration.

This commit is contained in:
Oliver Schmidt 2013-05-28 22:16:07 +02:00
parent 56b6dcf814
commit 17776739e2

View File

@ -153,7 +153,7 @@ extern char *_getdefdev(void); /* get default floppy device */
extern unsigned char _dos_type; /* the DOS flavour */
extern void atr130_emd[];
extern void atrstd_joy[]; /* referred to by joy_static_stddrv[] */
extern void atrm8_joy[];
extern void atrmj8_joy[];
extern void atr3_tgi[];
extern void atr4_tgi[];
extern void atr5_tgi[];