Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Jun 11, 2002
1 parent 34a2902 commit 39aa546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -1573,7 +1573,7 @@ CheckUSBHID()
],[
struct report_desc *repdesc;
struct usb_ctl_report *repbuf;
enum hid_kind hidkind;
hid_kind_t hidkind;
],[
have_usbhid=yes
])
Expand Down
2 changes: 1 addition & 1 deletion src/joystick/bsd/SDL_sysjoystick.c
Expand Up @@ -72,7 +72,7 @@ struct report {

static struct {
int uhid_report;
enum hid_kind kind;
hid_kind_t kind;
const char *name;
} const repinfo[] = {
{ UHID_INPUT_REPORT, hid_input, "input" },
Expand Down

0 comments on commit 39aa546

Please sign in to comment.