diff src/joystick/bsd/SDL_sysjoystick.c @ 402:7efee6e36f00

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Jun 2002 19:43:04 +0000
parents bc1401311390
children 8d431937739d
line wrap: on
line diff
--- a/src/joystick/bsd/SDL_sysjoystick.c	Tue Jun 11 19:32:57 2002 +0000
+++ b/src/joystick/bsd/SDL_sysjoystick.c	Tue Jun 11 19:43:04 2002 +0000
@@ -72,7 +72,7 @@
 
 static struct {
 	int	uhid_report;
-	enum	hid_kind kind;
+	hid_kind_t kind;
 	const	char *name;
 } const repinfo[] = {
 	{ UHID_INPUT_REPORT,	hid_input,	"input" },