From 17776739e2998ad7ff8e16a01aa907915bf6f7ee Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 28 May 2013 22:16:07 +0200 Subject: [PATCH] Fixed discrepancy between definition and declaration. --- include/atari.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/atari.h b/include/atari.h index 3c0898c2f..ca1f9299c 100644 --- a/include/atari.h +++ b/include/atari.h @@ -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[];